- Install Node JS and NPM on your desktop
At this time, the project runs on Node JS v17.8.0
- Clone the repository
git clone https://github.com/rmondi/LED-panel-GUI.git
- Go to the directory and install project dependencies
npm install
- Copy env-example to .env and edit it
cp env-example .env
- Run the server
npm run server
- Run the GUI
npm run gui