please read Develit Contribution Guidlines
We respect the conventional commits as we also use commitlint
and
precommit hooks to check the right syntax
We also use lint-staged
to run eslint against staged files
- Clone this repository
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Use
pnpm dev
to start a local server
We recommend using VS Code with Volar to get the best experience (You might want to disable Vetur if you have it).