Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 510 Bytes

File metadata and controls

33 lines (21 loc) · 510 Bytes

pev2

Prerequisites

For the develoment of this project you need to have NPM version > 8 installed.

Project Setup

npm ci

Compile and Hot-Reload for Development

npm run dev

You'll get the URL to test your modifications (typically http://localhost:5173/).

Any change on the code will force a recompilation and update the page.

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint