Skip to content

Commit

Permalink
Update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Oct 28, 2024
1 parent 18fbe65 commit 0b617b5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,21 @@ npm i @jspsych/config -w @lookit/<name of new package>

## Build all packages

We can use npm workspaces to build all packages.
First, create a `.env` file at the root of the monorepo. It can contain the
following for a successful local development build.

First, install dependencies:
```
DEBUG=true
LOCAL_DOWNLOAD=true
```

Next, we can use npm to install dependencies.

```
npm ci
```

Build all packages:
Then, build all packages.

```
npm run build
Expand Down

0 comments on commit 0b617b5

Please sign in to comment.