Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 783 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 783 Bytes

Printer Sample To Do App

Commands

yarn dev

Start the dev server on http://localhost:4200.

yarn build

Build the Next.js output in dist.

yarn start

Start a production server on http://localhost:3000.

yarn lint | yarn lint --fix

Runs eslint on the project and cleans up any style issues.

yarn scss

Creates a debug printer.css file to review build outputs.

yarn prisma

Creates the prisma client.

yarn prisma:update

Creates the prisma client and then pushes schema updates to the database.

Documentation

Review the documentation on prntr.click/docs.

Review the CHANGELOG for any updates made to the project.