Tom Carrick
This is my personal website.
In case you want to mess with the code for some reason:
- Clone the repo.
- Copy
.env-template
to.env
and fill it out. - Run
docker-compose up --build
.
After that it's just a regular Django project, run migrations and create a superuser.