Knight069 / daily-code

Home Page:https://daily-code-web.vercel.app

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://daily-code-web.vercel.app


Languages

Language:TypeScript 97.0%Language:JavaScript 1.6%Language:CSS 0.7%Language:Shell 0.6%Language:Dockerfile 0.0%