To build and run this app locally, you'll need:
- Node.js v14.17.0 or above
cd frontend
npm install
npm run dev
If you want to run it on a raspberry pi, use the following command
npm run build
npm run start
npm run proxy
To build and run this app locally, you'll need:
cd frontend
npm install
npm run dev
If you want to run it on a raspberry pi, use the following command
npm run build
npm run start
npm run proxy