- private schedules
- block users from signing up
- public schedules
- won't get slapped by legal
- run
docker-compose -p when3meet_dev -f docker-compose.dev.yml up
and magic should happen.
backend listens on http://localhost:5000/
- cd into frontend
- Run
yarn install
- Run
yarn start
- run
docker-compose -p when3meet up
. - shove behind another proxy such as Caddy if you want to be safe.