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

FuelLabs/fuel-docs

Repository files navigation

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