A websocket powered, collaborative mobbing timer, for desktop and mobile.
This is probably the preferred way, so you don't need to global install redis or even a specific node version.
npm install
npm run tailwind
npm run start:dev
I'd only use this if you are using nvm
or similar for node version management, and are okay with running a local redis server.
brew install redis
sudo apt install redis-server
npm install
npm run tailwind
npm run start:dev
See .env.example for information on environment variables.
NODE_ENV
is set to productionnpm start
rather than npm run start:dev
Bug reports and suggestions are welcome, just create an issue. PRs are welcome, too.
It's under MIT.