This project uses pnpm.
pnpm install
pnpm run prepareThus, it will run svelte-check, eslint, and prettier before each commit.
If you do not want to install pre-commit hooks, make sure you manually run the following commands before each commit:
pnpm run check
pnpm run lint
pnpm run format