Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 335 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 335 Bytes

Fuel Docs

⚠️ Archived

Docs are now maintained at https://github.com/FuelLabs/docs-hub

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