Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 226 Bytes

File metadata and controls

11 lines (9 loc) · 226 Bytes

Running Trellix Locally

  1. Rename .env.example to .env

  2. Change the DATABASE_URL in .env

  3. Install deps, migrate the database, and start the server

    npm i
    npx prisma migrate dev
    npm run dev