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