/fuel-docs

📃 Top-level documentation for Fuel

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Fuel Docs

Building From Source

Install mdbook and then open a new terminal session in order to run the subsequent commands.

cargo install mdbook

To build book:

mdbook build

To serve locally:

mdbook serve