Update README.md

This commit is contained in:
despiegk 2025-02-10 12:21:34 +00:00
parent 45c32f8c13
commit bde43465b7

View File

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