A Place for the Devs to grind code with randoms and build techy savvy stuffs.
1. Install Docker locally in your pc and run it
2. Locate to the GrindCode Project Directory and run
docker compose up -d
3. Install the dependencies
npm install
4. To start the project run command
npm run dev