antiboredom / zoom-escaper

a simple tool to help you escape zoom meetings by making your presence unbearable to others
https://zoomescaper.com
Other
199 stars 13 forks source link

Install it on self hosted #6

Closed Gadgetroch closed 3 years ago

Gadgetroch commented 3 years ago

Good morning,

Can you explain how to install it on my own server ? I have download it but i think it missed something

antiboredom commented 3 years ago

Hi - if you just want to run it off of your own computer you need to set up a local web server that serves from the docs folder. If you want to develop the code you need to have node installed, then run npm install to install the development requirements, and then npm run dev to start the dev server.