Skip to content

Commit

Permalink
Update README.md instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ikuleshov authored Oct 10, 2024
1 parent 180a622 commit 9696e35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ yarn start:app:production
This will set up a local hot-reloading instance of the app that can try out at
`http://localhost:5000`

### Deployment

Make sure to install all the dependencies as described in the previous step. Then run the following (from the top level directory) and answer all prompts:

```shell
yarn deploy:app:production
```

### Testing

To run tests, first make sure you have all the dependencies installed:
Expand Down

0 comments on commit 9696e35

Please sign in to comment.