# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
To deploy to gh-pages
1. `yarn build`
2. Commit to the main branch as normal.
3. Run the following command to update the `dist` folder to `gh-pages` branch.
`git subtree push --prefix dist origin gh-pages`
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint