Skip to content

Scrapper700/daily-code

 
 

Repository files navigation

Quick Setup Locally

Install the Dependencies

cd daily-code
yarn install

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

cd packages/db
./setupDB.sh

Run locally

cd ../..
yarn run dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • JavaScript 1.9%
  • Other 1.6%