Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 433 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 433 Bytes

🏗️ Contributing

Requirements

Setup Env

  1. Clone the repo
  2. Run the cmd yarn install
  3. Make a .env file in the prisma folder
    • make the contents of the file:
      • If on Linux/MacOS DATABASE_URL=file:data/dev.db
      • If on Windows DATABASE_URL=file:./data/dev.db
  4. Run the cmd yarn setup