Skip to content

Ricksters2000/bug-tracker

Repository files navigation

Get Started

Setup

Create a .env file and add the variable DATABASE_URL to store the postgres database url. Then run:

yarn prisma migrate

Development

Start the development server by running:

yarn dev

Production

To run the app in production mode:

yarn build
yarn start