Skip to content

Commit

Permalink
Explain build process in README
Browse files Browse the repository at this point in the history
  • Loading branch information
russss authored Jan 27, 2025
1 parent c3efd24 commit 69f6ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ The website build process will attempt to automatically geocode (lookup coordina

How to hack on this website
---------------------------
While the website is written in Flask, at [build time](./workflows/build.yml) it's converted into a static site using the highly sophisticated method of `wget` - this happens every hour as long as Github Actions is working. If you add a new page, it needs to be linked from somewhere for the wget crawl to pick it up.

To edit:
* Install [uv](https://docs.astral.sh/uv/)
* Check out the repository
* Start the dev server with `uv run ./ps.py`
Expand Down

0 comments on commit 69f6ece

Please sign in to comment.