3 `flow-web` is a program written in Rust that will allow you to generate
4 [https://www.luflow.net](https://www.luflow.net) static website.
8 Install `Rust` from your package manager or by downloading from here:
9 [https://rust-lang.org/](https://rust-lang.org/).
11 ## Generate the website
13 Build using release mode:
25 The generated output can be found in the '**output**' folder.
29 Run the following command to serve locally using **servez** as an example:
35 Then, visit the following url in a web browser:
37 [http://localhost:8080/](http://localhost:8080)
39 You can stop the server pressing CTRL+c.
43 See the file 'LICENSE' for license information.