Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 424 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 424 Bytes

Developing

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

Building

To create a production version:

npm run build

You can preview the production build with npm run preview

Hosting

To host a production version:

npm run serve