Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
run locally
  • Loading branch information
guaka authored Aug 9, 2024
1 parent f6c5ed8 commit 2086728
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ If you're running on apple silicon, you also need to run this command:

You might also need to run the linux equivalent of that if you see an error about "ValueError: invalid mode: 'rU' while trying to load binding.gyp". The linux equivalent removes the first set of `''`.

## Running locally

`npm start`

or

`docker compose up`

People have experienced problems with both of these.


## Building for production

See `deploy/docker`. Run `dockerBuild.sh`. Then `docker push` the latest tags
Expand Down

0 comments on commit 2086728

Please sign in to comment.