info_docs_depin/README.md
2025-02-01 11:00:17 -05:00

37 lines
636 B
Markdown

<h1>ThreeFold DePIN Board</h1>
<h2>Table of Contents</h2>
- [Introduction](#introduction)
- [Steps](#steps)
- [URL](#url)
---
## Introduction
This repository contains the code to deploy the ThreeFold DePIN Board.
## Steps
- Install
```
bash install.sh
```
- Run locally
```
bash develop.sh
```
- Push change online on production website
```
bash build.sh
```
- Push change online on stating website
```
bash build-dev.sh
```
## URL
- The production website is available at `https://info.ourworld.tf/depin`
- The staging website is available at `https://info.ourworld.tf/depindev`