Skip to content

FuelLabs/docs-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuel Docs Hub

Running locally

Requirements

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

Clone the Repository

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

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