K0ch3rga / license-generator-web

0 stars 0 forks source link

License Generator

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Project Setup

npm install

add VITE_BACKEND_CONNECTION url in .env

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint