-
Notifications
You must be signed in to change notification settings - Fork 0
Developing locally
Nicholas Bottone edited this page May 2, 2023
·
1 revision
This project uses:
- Runtime: Node.js LTS 16
- Package Manager: NPM
- Formatter: Prettier
- Linter: ESLint
npm run build
Compiles the TypeScript into JavaScript.
npm start
Starts the production server (requires build to be run first).
npm run dev
Starts the development server.
npm run lint
Runs ESLint and Prettier against the source.
npm run lint:fix
Attempts to fix as many ESLint and Prettier issues as possible.