docs_depin/README.md

27 lines
660 B
Markdown
Raw Permalink Normal View History

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-10 12:18:30 +00:00
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
2025-02-06 12:05:16 +00:00
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-10 12:24:56 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_depin -d
2025-02-05 08:00:31 +00:00
```
2025-01-06 21:43:09 +00:00
2025-02-05 09:53:51 +00:00
to push
```bash
2025-02-10 12:24:56 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_depin -bp -update
2025-02-05 09:53:51 +00:00
#push for development:
2025-02-10 12:24:56 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_depin -bpd -update
2025-02-05 09:53:51 +00:00
```
2025-01-06 21:43:09 +00:00
## URL
2025-02-10 12:18:30 +00:00
- The production website is available at `https://threefold.info/depin`