# Asciiflow2, haskal edition # Fork of https://github.com/lewish/asciiflow2 with google drive and analytics removed. ## Build ## ``` make ``` ## Run ## ``` python3 -m http.server ``` ## Deploy ## ``` make package ``` Then copy release.tar.xz to wherever it needs to be deployed (eg, with nginx).