Skip to content

Commit

Permalink
chore: Add code block around npm commands in README
Browse files Browse the repository at this point in the history
Signed-off-by: Arthelon <[email protected]>
  • Loading branch information
Arthelon committed Sep 19, 2020
1 parent ae82139 commit cc068e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ A running instance of MongoDB is required this project.
- Setup MongoDB with the instructions above
- Clone this project to your computer
- Navigate to this project in terminal and enter `npm install`
- Setup development environment variables by running npm run secrets
- Setup development environment variables by running `npm run secrets`
- You will be prompted for a password. Ask your EM to send it to you.
- **NOTE:** Windows users need to run npm run secrets:login and npm run secrets:sync instead
- **NOTE:** Windows users need to run `npm run secrets:login` and `npm run secrets:sync` instead
- Run the dev version of this project by entering `npm run dev`

### Styling
Expand Down

0 comments on commit cc068e6

Please sign in to comment.