info_docs_depin/README.md

37 lines
632 B
Markdown
Raw Normal View History

2025-01-06 21:43:09 +00:00
<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
```
2025-01-08 06:42:10 +00:00
- Push change online on production website
2025-01-06 21:43:09 +00:00
```
bash build.sh
```
2025-01-08 06:42:10 +00:00
- Push change online on stating website
```
bash build-dev.sh
```
2025-01-06 21:43:09 +00:00
## URL
2025-01-08 06:42:10 +00:00
- The production website is available at `https://threefold.info/depin`
- The staging website is available at `https://threefold.info/depindev`