docs_decloud/README.md
2025-02-11 22:26:05 -05:00

1.1 KiB

ThreeFold Decentralized Cloud Website

Table of Contents


Introductiona

This repository contains the code to deploy the ThreeFold Decentralized Cloud website.

Install Hero

curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh
bash /tmp/install_hero.sh

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.

hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -d

Push Changes

  • Development

    hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bpd
    
  • Production

    hero docusaurus -u https://git.ourworld.tf/tfgrid/docs_decloud -bp
    

URL