Fuel Docs Hub
September 17, 2024 ยท View on GitHub
Running locally
Requirements
To begin, make sure you have installed the following dependencies:
- Node.js 20.10.0 or latest stable. We recommend using nvm to install.
- PNPM v9.0.0 or latest stable
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