Update README.md

This commit is contained in:
mik-tf 2025-01-08 06:42:10 +00:00
parent 74cf6d8599
commit 586ca74f11

View File

@ -22,11 +22,16 @@ This repository contains the code to deploy the ThreeFold DePIN Board.
``` ```
bash develop.sh bash develop.sh
``` ```
- Push change online - Push change online on production website
``` ```
bash build.sh bash build.sh
``` ```
- Push change online on stating website
```
bash build-dev.sh
```
## URL ## URL
- The website is available at `https://threefold.info/depin` - The production website is available at `https://threefold.info/depin`
- The staging website is available at `https://threefold.info/depindev`