Skip to content

TalkControl/talk-control

Repository files navigation

TalkControl

version license maintained open issues

master develop

This project aims to make speakers' life easier by supplying an app to remotely control their slideshow.

Getting started

npm i
npm start

# Then open a browser and go to url: http://localhost:1234/

Documentation

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/

Help us

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.

Troubleshoot

In case of Error: listen EADDRINUSE :::3001, execute:

lsof -i :3001
kill -9 <PID>