info_docs_byoi/README.md

38 lines
623 B
Markdown
Raw Permalink Normal View History

2025-01-14 21:29:16 +00:00
<h1>ThreeFold BYOI: Build Your Own Internet</h1>
2025-01-14 21:27:11 +00:00
<h2>Table of Contents</h2>
- [Introduction](#introduction)
- [Steps](#steps)
- [URL](#url)
---
## Introduction
2025-01-14 21:29:16 +00:00
This repository contains the code to deploy the ThreeFold BYOI website.
2025-01-14 21:27:11 +00:00
## Steps
- Install
```
bash install.sh
```
- Run locally
```
bash develop.sh
```
2025-01-14 21:29:16 +00:00
- Push change (staging)
```
bash build-dev.sh
```
- Push change (production)
2025-01-14 21:27:11 +00:00
```
bash build.sh
```
## URL
2025-01-14 21:29:16 +00:00
- The website is available in stating and production modes:
- Staging: https://threefold.info/byoidev
- Production: https://threefold.info/byoi