shubham1091 / daily-code

Home Page:https://projects.100xdevs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Setup Locally

  • Docker
docker compose watch
OR

Install the Dependencies

cd daily-code
yarn install

Setup DB (Windows users must have git-bash installed to run the script)

cd packages/db
chmod +x ./setupDB.sh
./setupDB.sh

Run locally

cd ../..
yarn run dev

About

https://projects.100xdevs.com/


Languages

Language:TypeScript 97.1%Language:JavaScript 1.5%Language:CSS 0.7%Language:Shell 0.6%Language:Dockerfile 0.0%