Repository of Devices that can be WoT Enabled.
Please read both the READMEs for the frontend and backend before running the application.
This project requires the installation of NodeJS and npm to work.
After installing NodeJS and npm, run :
npm i --prefix ./frontend && npm i --prefix ./backend
from the root directory of the project to install all the needed dependencies needed by both the front and back end.
To run the application, run :
npm run build --prefix ./frontend && npm run dev --prefix ./backend