npm installat the rootnpx simple-git-hooksat the rootnpm run devat the root- open
http://localhost:3421/
We use linters to check code quality. All linters will run during commit. Make sure to enable pre-commit hook by running npx simple-git-hooks
To run linters manually, use the following commands:
npm run lint:editornpm run lint:fsnpm run lint:jsnpm run lint:formatnpm run lint:type
Run npm run format:fix at the root to fix code style issues.