docs_tfgrid4_tech/README.md
2025-02-05 10:43:38 +00:00

22 lines
618 B
Markdown

<h1>ThreeFold Technology Vision Website</h1>
to run in development mode
```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)
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -d
```
to push
```bash
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -b
#push for development:
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -bd
```