Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 323 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 323 Bytes

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