Configure a /.env
file using the /.env.example
file as a guide
Install dependencies with npm install
Create a database with npx prisma db push
start a development server:
npm run dev
To create a production version:
npm run build
You can preview the production build with npm run preview
To host a production version:
npm run serve