Time Zones Are Hard - https://tz.rita.moe

Time Zones Are Hard#

But this site is simple

Dev#

# Build CSS, you can add `--watch` too
sass -s compressed css/

# Run local PHP server
php -S 127.0.0.1:8080 routing.php

Docker#

# Build it locally if you want, or skip this step to pull from my packages
docker build . -t git.rita.moe/rita/tz:latest

# Change the first "8080" with the port you want to have on your host
# Or omit "-p 8080:8080" if you're using a reverse-proxy within the docker network
docker run -d -p 8080:8080 --name tz git.rita.moe/rita/tz:latest