flow-web is a program written in Rust that will allow you to generate
https://www.luflow.net static website.
Install Rust from your package manager or by downloading from here:
https://rust-lang.org/.
Build using release mode:
cargo build --releaseIf built from source:
cargo run --releaseIf downloaded binary:
./flow-webThe generated output can be found in the 'output' folder.
Run the following command to serve locally using servez as an example:
servez outputThen, visit the following url in a web browser:
You can stop the server pressing CTRL+c.
See the file 'LICENSE' for license information.