A dashboard for various automations. Backend part of the project is private.
- Guide used for this project: https://www.youtube.com/watch?v=aTPkos3LKi8
Development server:
npm run start
Serve static files (using a production build):
npm install -g serve
serve -s build