Skip to content

aavegotch/docs-hub-fuel

 
 

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:

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

About

The documentation hub for Fuel Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.6%
  • JavaScript 21.3%
  • CSS 6.1%
  • Shell 1.0%