npm install
at the rootnpx simple-git-hooks
at the rootnpm run dev
at 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:editor
npm run lint:fs
npm run lint:js
npm run lint:format
npm run lint:type
Run npm run format:fix
at the root to fix code style issues.