Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Incorporate copy edits from PR review.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwins committed Apr 18, 2020
1 parent 2d2453d commit 0de4ff3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@ This supposes that you have followed the instruction from the rest of this READM
##### First time

Suggested steps:
1. Start the local services using `docker-compose`.
1. In a shell attached to the 'web' container:
1. Start the local services using `docker-compose -f .devcontainer/docker-compose.yml up`.
2. In a shell attached to the 'web' container:
- run `npm run seed` or `npm run reset` to either seed the database with
sample data (or start from a clean state)
- run `npm start` to start the web server
5. In the fourth tab run `npm run extension:watch` and update the extension in
3. In another terminal, run `npm run extension:watch` and update the extension in
your browser (see section above for instructions)
6. You can now visit [http://127.0.0.1:3000/](http://127.0.0.1:3000/) and give a demo
4. You can now visit [http://127.0.0.1:3000/](http://127.0.0.1:3000/) and give a demo

When you are done with the demo you can use `docker-compose down` to shut down the server.

Expand Down

0 comments on commit 0de4ff3

Please sign in to comment.