forked from FuelLabs/docs-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
The documentation hub for Fuel
CryptoMercury/docs-hub
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
The documentation hub for Fuel
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- TypeScript 75.6%
- JavaScript 15.3%
- CSS 8.4%
- Shell 0.7%