An open API service indexing awesome lists of open source software.

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

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
```