2025-02-05 09:54:34 +00:00
|
|
|
<h1>ThreeFold Technology Vision Website</h1>
|
2025-01-16 06:31:21 +00:00
|
|
|
|
2025-02-05 09:54:34 +00:00
|
|
|
to run in development mode
|
2025-01-16 06:42:17 +00:00
|
|
|
|
2025-02-05 09:54:34 +00:00
|
|
|
```bash
|
|
|
|
#first time to get hero
|
|
|
|
curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh
|
|
|
|
bash /tmp/install_v.sh --analyzer --herolib
|
|
|
|
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
|
2025-01-16 06:42:17 +00:00
|
|
|
|
2025-02-05 09:54:34 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_techn -d
|
|
|
|
```
|
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
|
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -b
|
2025-01-16 06:42:17 +00:00
|
|
|
|
2025-02-05 09:54:34 +00:00
|
|
|
#push for development:
|
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -bd
|
|
|
|
```
|