docs_tfgrid4/README.md

27 lines
742 B
Markdown
Raw Normal View History

2025-02-10 11:34:31 +00:00
<h1>ThreeFold DePIN Board</h1>
2024-08-26 19:41:55 +00:00
2025-02-05 09:55:59 +00:00
to run in development mode
```bash
#first time to get hero
2025-02-10 11:34:31 +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 09:55:59 +00:00
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
2025-02-10 11:34:31 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -d
2025-02-02 16:46:02 +00:00
```
2024-08-26 19:41:55 +00:00
2025-02-05 09:55:59 +00:00
to push
2024-08-26 19:41:55 +00:00
2025-02-05 09:55:59 +00:00
```bash
2025-02-10 11:34:31 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -b
2024-08-25 19:21:59 +00:00
2025-02-05 09:55:59 +00:00
#push for development:
2025-02-10 11:34:31 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -bd
2025-02-02 16:46:02 +00:00
```
2024-12-11 21:11:37 +00:00
## URL
2025-02-10 11:34:31 +00:00
- The production website is available at `https://info.ourworld.tf/depin`
- The staging website is available at `https://info.ourworld.tf/depindev`