docs_depin/README.md
2025-02-05 09:53:51 +00:00

27 lines
740 B
Markdown

<h1>ThreeFold DePIN Board</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_depin -d
```
to push
```bash
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -b
#push for development:
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -bd
```
## URL
- The production website is available at `https://info.ourworld.tf/depin`
- The staging website is available at `https://info.ourworld.tf/depindev`