2025-01-06 21:43:09 +00:00
|
|
|
<h1>ThreeFold DePIN Board</h1>
|
|
|
|
|
|
|
|
|
2025-02-05 08:00:31 +00:00
|
|
|
to run in development mode
|
2025-01-06 21:43:09 +00:00
|
|
|
|
2025-02-05 08:00:31 +00:00
|
|
|
```bash
|
|
|
|
#first time to get hero
|
2025-02-06 12:05:16 +00:00
|
|
|
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development_kristof10/install_hero.sh > /tmp/install_hero.sh
|
|
|
|
bash /tmp/install_hero.sh
|
2025-02-05 08:00:31 +00:00
|
|
|
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
|
2025-01-06 21:43:09 +00:00
|
|
|
|
2025-02-05 08:00:31 +00:00
|
|
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -d
|
|
|
|
```
|
2025-01-06 21:43:09 +00:00
|
|
|
|
2025-02-05 09:53:51 +00:00
|
|
|
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
|
|
|
|
```
|
|
|
|
|
2025-01-06 21:43:09 +00:00
|
|
|
## URL
|
|
|
|
|
2025-02-01 16:00:17 +00:00
|
|
|
- The production website is available at `https://info.ourworld.tf/depin`
|
|
|
|
- The staging website is available at `https://info.ourworld.tf/depindev`
|