Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that can => that you can

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • ```
    _@ _

`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