To begin, make sure you have installed the following dependencies:
- Node.js 18.18.1 or latest stable. We recommend using nvm to install.
- PNPM v8.6.11 or latest stable
git clone --recursive https://github.com/FuelLabs/docs-hub
cd docs-hub
pnpm install
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