https://github.com/fuellabs/docs-hub
The documentation hub for Fuel
https://github.com/fuellabs/docs-hub
Last synced: 8 months ago
JSON representation
The documentation hub for Fuel
- Host: GitHub
- URL: https://github.com/fuellabs/docs-hub
- Owner: FuelLabs
- Created: 2022-12-07T20:48:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-31T01:21:30.000Z (11 months ago)
- Last Synced: 2025-07-31T04:06:34.583Z (11 months ago)
- Language: TypeScript
- Homepage: https://docs-hub.vercel.app
- Size: 189 MB
- Stars: 121
- Watchers: 10
- Forks: 77
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/documentation.mdx
Awesome Lists containing this project
README
# Fuel Docs Hub
## Running locally
### Requirements
To begin, make sure you have installed the following dependencies:
- [Node.js 20.10.0 or latest stable](https://nodejs.org/en/). We recommend using [nvm](https://github.com/nvm-sh/nvm) to install.
- [PNPM v9.0.0 or latest stable](https://pnpm.io/installation/)
### Clone the Repository
```sh
git clone --recursive https://github.com/FuelLabs/docs-hub
cd docs-hub
```
### Install Dependencies
```sh
pnpm install
```
### Run Web App
Start a local development frontend. After running the below command you can open [http://localhost:3000](http://localhost:3000) in your browser to view the frontend.
```sh
pnpm dev
```