info_docs_decloud/README.md
2025-01-19 20:21:45 -05:00

37 lines
636 B
Markdown

<h1>ThreeFold Tech Website</h1>
<h2>Table of Contents</h2>
- [Introduction](#introduction)
- [Steps](#steps)
- [URL](#url)
---
## Introduction
This repository contains the code to deploy the ThreeFold Decentralized Cloud website.
## Steps
- Install
```
bash install.sh
```
- Run locally
```
bash develop.sh
```
- Push change online to stating website
```
bash build-dev.sh
```
- Push change online to production website
```
bash build.sh
```
## URL
- The website in staging mode is at `threefold.info/declouddev`
- The website in production mode is at `threefold.info/declouddev`