Update README.md
This commit is contained in:
parent
e6fb0d40f7
commit
4b4dac1191
16
README.md
16
README.md
@ -1,27 +1,25 @@
|
||||
<h1>ThreeFold DePIN Board</h1>
|
||||
<h1>ThreeFold Technology Vision Docs</h1>
|
||||
|
||||
|
||||
to run in development mode
|
||||
get hero
|
||||
|
||||
```bash
|
||||
#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
|
||||
#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_tech -d
|
||||
```
|
||||
|
||||
to push
|
||||
|
||||
```bash
|
||||
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -b
|
||||
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4_tech -bp
|
||||
|
||||
#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_tech -bpd
|
||||
```
|
||||
|
||||
## URL
|
||||
|
||||
- The production website is available at `https://info.ourworld.tf/depin`
|
||||
- The staging website is available at `https://info.ourworld.tf/depindev`
|
||||
- The production website is available at `https://info.ourworld.tf/depin`
|
Loading…
Reference in New Issue
Block a user