Configure a /.env file using the /.env.example file as a guide
Install dependencies with npm install
Create a database:
npm run db:generate
npm run db:migrateStart a development server:
npm run app:devRun test scripts:
npm run app:testCreate a production build:
npm run app:buildYou can preview the production build with npm run app:preview