Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 474 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 474 Bytes

Halloween Homework

🎃🦇🐈‍⬛🕷️🕸️👻

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm run dev

Type-Check, Compile and Minify for Production

pnpm run build

Lint with ESLint

pnpm run lint

Run Unit Tests & Watch for Changes

pnpm run test