Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 303 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 303 Bytes

Start development server

vite --host

Format code with Prettier

npm run format

Lint code with ESLint

npm run lint

Build and preview at local server

vite preview --host

Build

vite build