Note: Please make sure you are using node 16. Node 17 wont work
- Install packages on root folder by running
npm installoryarn install. - Install packages in client folder by going to
/clientand runningnpm installoryarn install.
Note for devs: Make sure to go to /client and run yarn build to serve the latest changes. This will update the build at client/build, if you made changes in the source code. If you just want to run the last working build we had, go to the next step.
Run node webserver.js then in the '/' (root) folder and open https://localhost:8080 to see the project.
If you want to use a different port run node webserver.js PORT_NUMBER, ex. node webserver.js 8081
If you have downloaded the Raspberry Image, you don't need to setup anything.
- Connect to the Wifi with name:
recurBoy, the password is:recurboy - Open http://192.168.4.1:8080
And you are be ready to go.
If you would like to do the setup yourself refer to these instructions:
To configure the raspberry Pi to switch between Access Point and WLAN modes, check this guide.