A collection of scripts and configuration for tutor.
- Clone this repository alongside your other cloned projects.
- Run
./install.sh
to installdirenv
hooks into your projects.- If
systemd
is detected, the script will optionally install a service to runtutor-ip-watch
automatically.
- If
- Run tutor (e.g.
tutor local start
). - If not using
systemd
(non-Linux OSes), you should manually runtutor-ip-watch
after startingtutor
.