25 lines
668 B
Markdown
25 lines
668 B
Markdown
<h1>ThreeFold Bring Your Own Internet</h1>
|
|
|
|
|
|
get hero
|
|
|
|
```bash
|
|
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_bring_your_own_internet -d
|
|
```
|
|
|
|
to push
|
|
|
|
```bash
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_bring_your_own_internet -bp
|
|
|
|
#push for development:
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_bring_your_own_internet -bpd
|
|
```
|
|
|
|
## URL
|
|
|
|
- The production website is available at `https://info.ourworld.tf/byoi` |