Where all code should live. There may be some changes for CI to work properly but I'll get those sorted out later. Docs can live in each individual folder as a README.
Follow instructions on the PlatformIO website to download PlatformIO CLI.
Then run these following commands:
cd esp32
./run.sh
To run the website on localhost:3000
, run the following commands:
cd server/website
npm i
npm start
See the docs in the pi
folder.