- Get NodeJS
- Get the Angular CLI
- Navigate to the following directory,
src/angular/osww-frontend/
, in your terminal / shell. - Run
npm i
- Proceed to Development server
- Run
npm run start
from this location (src/angular/osww-frontend/
) - Navigate to
http://localhost:4200/
in your browser. You'll see the application.⚠️ You'll need Winderoo's API running (on hardware, on your network) to interact with.- See this README for instructions on how to flash the API to your hardware.
- Happy hacking
- Run
npm run build-arduino
to build the project.- This scrip generates build artifacts in the
dist/
directory. - These artifacts will then be compressed with
gzip
and copied to the../../../data/
directory.
- This scrip generates build artifacts in the
- Flash the file system image to your hardware - Step 6; PlatformIO > Upload Filesystem Image.