8000 GitHub - CryptoMercury/docs-hub: The documentation hub for Fuel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CryptoMercury/docs-hub

 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.6%
  • JavaScript 15.3%
  • CSS 8.4%
  • Shell 0.7%
0