Skip to content

Commit

Permalink
chore(docs): Update readme instructions (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
melissapthai committed Mar 14, 2024
1 parent 5db067b commit 9a0a096
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ query Example1 {
```

### Development
#### Requirements:
#### Requirements

- [Docker](https://docs.docker.com/get-docker)
- [Node.js](https://nodejs.org) (v16.14.0 or later)
- [yarn](https://yarnpkg.com/getting-started/install)
- `mongorestore` command-line utility (you have to install the entire [MongoDB Database Tools](https://www.mongodb.com/docs/database-tools/installation/installation/)).
- `mongorestore` command-line utility (you have to install the entire [MongoDB Database Tools](https://www.mongodb.com/docs/database-tools/installation/installation/))
- [wget](https://www.gnu.org/software/wget/) (used for retrieving the remote file for seeding your local database)


0. Add '127.0.0.1 mongodb' entry to your `/etc/hosts` file (or C:\Windows\System32\drivers\etc\hosts on Windows)
Expand Down Expand Up @@ -99,8 +100,8 @@ yarn serve

#### Navigating the codebase
These links explain the structure and key abstractions of our codebase. It's a good place to start before you go spelunking in the code.
- [Layers](documentation/layers.md).
- [Testing](documentation/testing.md).
- [Layers](documentation/layers.md)
- [Testing](documentation/testing.md)

### Troubleshooting

Expand Down

0 comments on commit 9a0a096

Please sign in to comment.