Skip to content

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

License

Notifications You must be signed in to change notification settings

sfeir-open-source/talk-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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>

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.4%
  • CSS 15.6%
  • HTML 14.9%
  • SCSS 7.1%