Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 304 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 304 Bytes

TiBot Site

Ticket transcript site.

Running in development mode

Install dependencies with npm i. Generate DB client with npx prisma generate. Start development mode with npm run dev.

Set up database connection with .env

See prisma documentation for more information: set up DATABASE_URL.