ssdq.org
Website for the Serious Sam Done Quick speedrunning community at https://ssdq.org.
Master branch of the legacy page at https://ssdq.github.io/ssdq.org/public_html/legacy.html
Local development environment instructions
- Ensure PHP 7.4 is installed.
- Ensure Composer is installed.
- Clone the repo and use it as your working directory.
- Copy
.env.example
to .env
- Run
php -S localhost:8080 -t public_html
in the repository root.
- Go to http://localhost:8080