To begin, make sure you have installed the following dependencies:
- Node.js 18.14.1 or latest stable. We recommend using nvm to install.
- PNPM v7.18.2 or latest stable
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]
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