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