2025-02-10 12:28:14 +00:00
|
|
|
<h1>ThreeFold Bring Your Own Internet</h1>
|
2025-01-14 21:27:11 +00:00
|
|
|
|
|
|
|
|
2025-02-10 12:28:14 +00:00
|
|
|
get hero
|
2025-01-14 21:27:11 +00:00
|
|
|
|
2025-02-10 12:28:14 +00:00
|
|
|
```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)
|
2025-01-14 21:27:11 +00:00
|
|
|
|
2025-02-10 12:28:14 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_bring_your_own_internet -d
|
|
|
|
```
|
2025-01-14 21:27:11 +00:00
|
|
|
|
2025-02-10 12:28:14 +00:00
|
|
|
to push
|
2025-01-14 21:27:11 +00:00
|
|
|
|
2025-02-10 12:28:14 +00:00
|
|
|
```bash
|
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_bring_your_own_internet -bp
|
2025-01-14 21:27:11 +00:00
|
|
|
|
2025-02-10 12:28:14 +00:00
|
|
|
#push for development:
|
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_bring_your_own_internet -bpd
|
|
|
|
```
|
2025-01-14 21:27:11 +00:00
|
|
|
|
|
|
|
## URL
|
|
|
|
|
2025-02-10 12:28:14 +00:00
|
|
|
- The production website is available at `https://info.ourworld.tf/byoi`
|