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 devTo create a production version:
npm run buildYou can preview the production build with npm run preview
To host a production version:
npm run serve