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:migrate
Start a development server:
npm run app:dev
Run test scripts:
npm run app:test
Create a production build:
npm run app:build
You can preview the production build with npm run app:preview