docs_decloud/README.md

47 lines
1.1 KiB
Markdown
Raw Normal View History

2025-02-12 02:22:47 +00:00
<h1> ThreeFold Decentralized Cloud Website</h1>
2025-01-20 01:21:08 +00:00
2025-02-12 02:22:47 +00:00
<h2>Table of Contents</h2>
2025-01-20 01:21:08 +00:00
2025-02-12 02:22:47 +00:00
- [Introduction](#introduction)
- [Install Hero](#install-hero)
- [Deploy Locally](#deploy-locally)
- [Push Changes](#push-changes)
- [URL](#url)
---
## Introduction
This repository contains the code to deploy the ThreeFold Decentalized Cloud website.
## Install Hero
2025-01-20 01:21:08 +00:00
2025-02-10 12:48:00 +00:00
```bash
curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
bash /tmp/install_hero.sh
2025-02-12 02:22:47 +00:00
```
2025-01-20 01:21:08 +00:00
2025-02-12 02:22:47 +00:00
## Deploy Locally
You can run the website in your development environment on a local browser. Make sure to start a new shell if you've just installed Hero.
```
2025-02-10 12:52:11 +00:00
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -d
2025-02-10 12:48:00 +00:00
```
2025-01-20 01:21:08 +00:00
2025-02-12 02:22:47 +00:00
## Push Changes
2025-01-20 01:21:08 +00:00
2025-02-12 02:22:47 +00:00
- Development
```
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bpd
```
- Production
2025-01-20 01:21:08 +00:00
2025-02-12 02:22:47 +00:00
```bash
hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bp
```
2025-01-20 01:21:08 +00:00
## URL
2025-02-12 02:22:47 +00:00
- The website in staging mode is at https://dev.threefold.info/decloud
- The website in production mode is at https://threefold.info/decloud