docs_tfgrid4/README.md
2025-02-11 03:55:41 +00:00

26 lines
686 B
Markdown

<h1>ThreeFold TFGrid Main Documentation website </h1>
to run in development mode
```bash
#first time to get hero
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
bash /tmp/install_hero.sh
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -d
```
to push
```bash
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -bp -update
#push for development:
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4 -bpd -update
```
## URL
- The production website is available at `https://docs.threefold.io/`