Running Trellix Locally Rename .env.example to .env Change the DATABASE_URL in .env Install deps, migrate the database, and start the server npm i npx prisma migrate dev npm run dev