From fb54135ad6f5172e09b8a5e5028dd087506c6bfe Mon Sep 17 00:00:00 2001 From: Jackson Date: Sat, 9 May 2026 00:00:24 +0800 Subject: [PATCH 1/2] update docs easier --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84860daa..0a3e207e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -70,7 +70,7 @@ To get started with Code Racer locally, follow these steps npm i ``` -8. Start the Database +8. Start the Database (make sure u 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. From 25a231320738d15d97b6a9485b64172727c14480 Mon Sep 17 00:00:00 2001 From: Jackson Date: Sat, 9 May 2026 00:09:00 +0800 Subject: [PATCH 2/2] new update --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a3e207e..f8ffad41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ To get started with Code Racer locally, follow these steps npm i ``` -8. Start the Database (make sure u do this step) +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. @@ -78,7 +78,7 @@ To get started with Code Racer locally, follow these steps 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