mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-04-05 08:43:54 +02:00
254 B
254 B
opendtu
Project Setup
yarn install
Compile and Hot-Reload for Development
yarn dev
Type-Check, Compile and Minify for Production
yarn build
Lint with ESLint
yarn lint