8000 GitHub - omdhede/daily-code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

omdhede/daily-code

 
 

Repository files navigation

Quick Setup Locally

Install the Dependencies

cd daily-code
yarn install

Copy the env example

cd  packages/db
cp .env.example .env

Update the .env file with the database url

Migrate and the Database

npx prisma migrate dev
npx prisma db seed

Run locally

cd ../..
yarn run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.8%
  • JavaScript 3.2%
  • CSS 1.0%
0