This project aims to make speakers' life easier by supplying an app to remotely control their slideshow.
npm i
npm start
# Then open a browser and go to url: http://localhost:1234/
The documentation of this project can be generated with the following commands :
npm i # if not already done previously
npm run jsdoc:build # build code documentation with JSDoc
npm run docs:dev # build global documentation with vuepress
# Then open a browser and go to url: http://localhost:8080/
Feel free to add any issue that you might find useful to improve the project and even submit pull requests to help us :).
You can go check our issues page
General instructions on how to contribute can be found in the CONTRIBUTING file.
In case of Error: listen EADDRINUSE :::3001
, execute:
lsof -i :3001
kill -9 <PID>