Start the dev server on http://localhost:4200
.
Build the Next.js output in dist
.
Start a production server on http://localhost:3000
.
Runs eslint
on the project and cleans up any style issues.
Creates a debug printer.css
file to review build outputs.
Creates the prisma
client.
Creates the prisma
client and then pushes schema updates to the database.
Review the documentation on prntr.click/docs.
Review the CHANGELOG for any updates made to the project.