Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 356 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 356 Bytes

rosinator

⚠️ Prosjekt foreløbig i PoC/MVP stadie, dokumentasjon kommer etterhvert. ⚠️

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit