From 2a6cb642323871425c6a37aefe86db447561bd58 Mon Sep 17 00:00:00 2001 From: Gilad Alboher Date: Tue, 5 Dec 2023 15:02:42 +0200 Subject: [PATCH] In contributing.MD I have added a reminder to use Docker-compose up to help follow along. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4074ef36..9815d4fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,10 +71,10 @@ To get started with Code Racer locally, follow these steps ``` 8. Start the Database - ```sh npm run dev:db ``` +If you are using Docker don't forget to run `docker-compose up` to start the database. 9. Start the app dev server