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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To get started with Code Racer locally, follow these steps

1. Make sure you have installed Docker locally (See above Prerequisites)

2. Fork the repository as your own repo
2. Fork the repo

3. Clone forked repo to your local machine

Expand All @@ -70,15 +70,15 @@ To get started with Code Racer locally, follow these steps
npm i
```

8. Start the Database
8. Start the Database (make sure you do this step)
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
```

9. Start the app dev server
9. Start the app dev server (make sure you run database first)

```sh
npm run dev:app
Expand Down