Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 935 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 935 Bytes

mobtime

A websocket powered, collaborative mobbing timer.

On your desktop:

And your phone:

Get up and running

yarn && yarn tailwind:dev && yarn start

or

docker-compose up

Environment Variables

Name Description Default Value
PORT Port number to run the server on 4321

Sharing from your local computer

Using ngrok

yarn global add ngrok

ngrok http 4321 # replace 4321 with the port you do

Contributing

Bug reports and suggestions are welcome, just create an issue. PRs are welcome, too.

License

It's under MIT.