There was an error while loading. Please reload this page.
This project uses:
npm run build Compiles the TypeScript into JavaScript.
npm run build
npm start Starts the production server (requires build to be run first).
npm start
npm run dev Starts the development server.
npm run dev
npm run lint Runs ESLint and Prettier against the source.
npm run lint
npm run lint:fix Attempts to fix as many ESLint and Prettier issues as possible.
npm run lint:fix