Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 257 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 257 Bytes

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Prettier

  • format all files:

  • yarn prettier . --write

  • for ci:

  • npx prettier . --check

  • npx eslint --fix .

  • npx eslint ./src