The website source code for Unscripted, a visual novel about software development.
- Python 3.7 or higher
- Poetry package manager
After cloning the repository and its submodules (git clone --recursive
), run poetry install
inside of the project.
To make a static site, run poetry run site-deploy
.