/docs-hub

The documentation hub for Fuel

Primary LanguageTypeScript

Fuel Docs Hub

Running locally

Requirements

To begin, make sure you have installed the following dependencies:

Cloning the Repository

git clone --recursive https://github.com/FuelLabs/docs-hub
cd docs-hub

If your project's documentation does not reside on the default branch, open the .gitmodules file and add/change the branch = ... field to point to the corresponding branch. Make sure you update the submodule by using the new branch:

git submodule update --remote [SUBMODULE]

Install Dependencies

pnpm install

Run Web App

Start a local development frontend. After running the below command you can open http://localhost:3000 in your browser to view the frontend.

pnpm dev