Compare commits
15 Commits
b1570ad756
...
main
Author | SHA1 | Date | |
---|---|---|---|
22238be205 | |||
d31ebb6e44 | |||
768f33babe | |||
|
c55c9a6931 | ||
d957d15f36 | |||
2ad98c9b76 | |||
|
e6174be63f | ||
6943a6e9ba | |||
969884316d | |||
4ccc42e8a2 | |||
798b797484 | |||
92f1feabd8 | |||
d58f37f78c | |||
137565b701 | |||
ce1cccd90b |
18
README.md
18
README.md
@@ -5,14 +5,22 @@ 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
|
||||
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
|
||||
bash /tmp/install_hero.sh
|
||||
#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
|
||||
hero docusaurus -u https://git.threefold.info/tfgrid/docs_depin -d
|
||||
```
|
||||
|
||||
to push
|
||||
|
||||
```bash
|
||||
hero docusaurus -u https://git.threefold.info/tfgrid/docs_depin -bp -update
|
||||
|
||||
#push for development:
|
||||
hero docusaurus -u https://git.threefold.info/tfgrid/docs_depin -bpd -update
|
||||
```
|
||||
|
||||
## URL
|
||||
|
||||
- The production website is available at `https://info.ourworld.tf/depin`
|
||||
- The staging website is available at `https://info.ourworld.tf/depindev`
|
||||
- The production website is available at `https://threefold.info/depin`
|
||||
|
18
build.sh
18
build.sh
@@ -1,18 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
echo "Docs directory: $script_dir"
|
||||
|
||||
cd /Users/despiegk/hero/var/docusaurus
|
||||
|
||||
export PATH=/tmp/docusaurus_build/node_modules/.bin:$PATH
|
||||
|
||||
rm -rf /Users/despiegk/hero/var/docusaurus/build/
|
||||
|
||||
bun docusaurus build
|
||||
|
||||
rsync -rv --delete /Users/despiegk/hero/var/docusaurus/build/ root@info.ourworld.tf:/root/hero/www/info/depin/
|
@@ -23,7 +23,7 @@
|
||||
},
|
||||
{
|
||||
"label": "Gitea Repo",
|
||||
"href": "https://git.ourworld.tf/tfgrid/info_docs_depin"
|
||||
"href": "https://git.threefold.info/tfgrid/info_docs_depin"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -40,6 +40,5 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"copyright": "Copyright © 2025 ThreeFold"
|
||||
]
|
||||
}
|
||||
|
@@ -11,6 +11,11 @@
|
||||
"image": "https://info.ourworld.tf/img/ourworld_depin.png",
|
||||
"title": "Introduction | DePIN Projects"
|
||||
},
|
||||
"buildDest": "root@info.ourworld.tf:/root/hero/www/info",
|
||||
"buildDestDev": "root@info.ourworld.tf:/root/hero/www/infodev"
|
||||
"buildDest": [
|
||||
"root@info.ourworld.tf:/root/hero/www/info/depin"
|
||||
],
|
||||
"buildDestDev": [
|
||||
"root@info.ourworld.tf:/root/hero/www/infodev/depin"
|
||||
],
|
||||
"copyright": "ThreeFold"
|
||||
}
|
||||
|
@@ -8,7 +8,7 @@
|
||||
"label": "Docs"
|
||||
},
|
||||
{
|
||||
"href": "https://git.ourworld.tf/tfgrid/info_docs_depin",
|
||||
"href": "https://git.threefold.info/tfgrid/info_docs_depin",
|
||||
"label": "Gitea",
|
||||
"position": "right"
|
||||
}
|
||||
|
@@ -9,6 +9,8 @@ echo "Docs directory: $script_dir"
|
||||
|
||||
cd /Users/despiegk/hero/var/docusaurus
|
||||
|
||||
export PATH=/tmp/docusaurus_build/node_modules/.bin:$PATH
|
||||
export PATH=/tmp/docusaurus_build/node_modules/.bin:${HOME}/.bun/bin/:$PATH
|
||||
|
||||
. /Users/despiegk/.zprofile
|
||||
|
||||
bun run start -p 3100
|
||||
|
@@ -7,7 +7,7 @@ description: DePIN Board by Category
|
||||
|
||||
The DePIN Boards provide an organized overview of various DePIN projects, categorized by their primary focus areas, such as compute, storage, wireless, energy, sensor, and mobility networks, among others.
|
||||
|
||||
The purpose of those boards is to provide educational and informational content only. This project is made on a best effort basis. If you have any feedback, please let us know by writing an [issue on our Gitea instance](https://git.ourworld.tf/tfgrid/info_docs_depin).
|
||||
The purpose of those boards is to provide educational and informational content only. This project is made on a best effort basis. If you have any feedback, please let us know by writing an [issue on our Gitea instance](https://git.threefold.info/tfgrid/info_docs_depin).
|
||||
|
||||
> To learn more about a specific project, click on the project name in the leftmost column.
|
||||
|
||||
|
@@ -21,4 +21,4 @@ You can share your experience and ask questions on the forum and the chats:
|
||||
|
||||
This website is open-source and hosted on our own Git management control instance
|
||||
|
||||
- ThreeFold Gitea: https://git.ourworld.tf/tfgrid/info_docs_depin
|
||||
- ThreeFold Gitea: https://git.threefold.info/tfgrid/info_docs_depin
|
@@ -5,7 +5,7 @@ description: ThreeFold presents the DePIN Board
|
||||
|
||||
# Introduction
|
||||
|
||||
Welcome to the DePIN Project website, designed to help you navigate the rapidly evolving landscape of Decentralized Physical Infrastructure Networks (DePIN).
|
||||
Welcome to the DePIN Project website designed to help you navigate the rapidly evolving landscape of Decentralized Physical Infrastructure Networks (DePIN).
|
||||
|
||||
This resource is intended to serve as an educational tool, providing insights into the infrastructure ownership, hardware requirements, software stacks, and compatibility with the ThreeFold Grid. While this material is not exhaustive, it aims to cover a broad spectrum of popular and emerging DePIN projects to help you get started. This project is made on a best effort basis.
|
||||
|
||||
|
@@ -6,7 +6,7 @@ sidebar_position: 1
|
||||
|
||||
These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and OurWorld and its partners, ThreeFold, doing business as ThreeFold (“ThreeFold“, “we”, “us”, or “our”), concerning your access to and use of the OurWorld related websites:
|
||||
|
||||
The ThreeFold website, websites/wikis/forums ending with threefold.io, threefold.me, threefold.info, grid.tf, threefold.tech, TFT.com, freeflownation.org, 3bot.org, incubaid.com or consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repository on https://github.com/threefoldfoundation and https://git.ourworld.tf, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”).
|
||||
The ThreeFold website, websites/wikis/forums ending with threefold.io, threefold.me, threefold.info, grid.tf, threefold.tech, TFT.com, freeflownation.org, 3bot.org, incubaid.com or consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repository on https://github.com/threefoldfoundation and https://git.threefold.info, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”).
|
||||
|
||||
You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use.
|
||||
|
||||
|
Reference in New Issue
Block a user