2025-02-10 12:24:15 +00:00
|
|
|
<h1>ThreeFold Technology Vision Docs</h1>
|
2025-02-10 06:39:58 +00:00
|
|
|
|
2025-01-16 06:31:21 +00:00
|
|
|
|
2025-02-10 12:24:15 +00:00
|
|
|
get hero
|
2025-01-16 06:42:17 +00:00
|
|
|
|
2025-02-05 09:54:34 +00:00
|
|
|
```bash
|
2025-02-10 12:24:15 +00:00
|
|
|
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
|
2025-02-10 06:39:58 +00:00
|
|
|
bash /tmp/install_hero.sh
|
2025-02-05 09:54:34 +00:00
|
|
|
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
|
2025-01-16 06:42:17 +00:00
|
|
|
|
2025-02-10 12:24:15 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4_tech -d
|
2025-02-05 09:54:34 +00:00
|
|
|
```
|
2025-01-16 06:42:17 +00:00
|
|
|
|
2025-02-05 09:54:34 +00:00
|
|
|
to push
|
2025-01-16 06:42:17 +00:00
|
|
|
|
2025-02-05 09:54:34 +00:00
|
|
|
```bash
|
2025-02-10 12:24:15 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4_tech -bp
|
2025-01-16 06:42:17 +00:00
|
|
|
|
2025-02-05 09:54:34 +00:00
|
|
|
#push for development:
|
2025-02-10 12:24:15 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_tfgrid4_tech -bpd
|
2025-02-05 09:54:34 +00:00
|
|
|
```
|
2025-02-10 06:39:58 +00:00
|
|
|
|
|
|
|
## URL
|
|
|
|
|
2025-02-10 12:24:15 +00:00
|
|
|
- The production website is available at `https://info.ourworld.tf/depin`
|