Files
OpenDTU/webapp
Thomas Basler 8d14dbd367 Password protection for security settings API
Also implemented the base functionallity to protect further API endpoints.
2022-11-03 21:00:13 +01:00
..
2022-10-17 19:26:04 +02:00
2022-11-02 20:39:18 +01:00

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