Skip to content

Commit

Permalink
Merge pull request #732 from giladAlboher/update-docs
Browse files Browse the repository at this point in the history
In contributing.MD I have added a reminder to use Docker-compose up t…
  • Loading branch information
TyrinH authored Jul 24, 2024
2 parents 3d8920b + 84b4a6f commit 671e785
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ To get started with Code Racer locally, follow these steps
```sh
npm i
```

8. (Optional if using Docker for managing the database): Start the Database.

8. Start the Database
If you are using Docker don't forget to run `docker-compose up` to start the database.
(Optional if using Docker for managing the database): Start the Database.

```sh
npm run dev:db
Expand Down

0 comments on commit 671e785

Please sign in to comment.