Source code for website for https://epiccastle.io
The site is built using bootleg. Install bootleg using the instructions on that page.
make build
-
Run the test server with:
make runserver
-
Point your browser at https://localhost:8000
make deploy
To generate the spire site pages you will need to have spire project
checked out as a sibling directory to the root of this
directory. ie. going cd ../spire
from this directory takes you to
the spire root.