Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 215 Bytes

File metadata and controls

26 lines (18 loc) · 215 Bytes

Development setup

Install dependencies:

npm install

Start the dev server:

npm run dev

Lint the project:

npm run lint
npm run lint:fix

Build for production

npm run build