Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from brown-ccv/docs-install
Browse files Browse the repository at this point in the history
docs: ✏️ installation
  • Loading branch information
Rashi1997 authored Mar 1, 2021
2 parents 2af14b0 + 64e60c3 commit 912a9c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,24 @@
[![Docs](https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square)](https://brown-ccv.github.io/behavioral-task-trials/index.html)

All-in-one starter app with behavioral task trials

### Installation
Create a `.npmrc` file in the root of your project and add:

```
@brown-ccv:registry=https://npm.pkg.github.com
```

Login with your GitHub username and a personal access token with`repo` and `read:packages` scopes:

```
npm login --registry=https://npm.pkg.github.com --scope=@brown-ccv
```

then:

`npm install @brown-ccv/behavioral-task-trials`

or

`yarn add @brown-ccv/behavioral-task-trials`

0 comments on commit 912a9c8

Please sign in to comment.