Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 391 Bytes

File metadata and controls

16 lines (9 loc) · 391 Bytes

Unscripted Website

The website source code for Unscripted, a visual novel about software development.

Getting started

Requirements

  • Python 3.7 or higher
  • Poetry package manager

Building from source

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.