Compare commits

..

No commits in common. "19527cc5a3fc7ec6c5d4f08a8a8b6400172c95d6" and "b9c0d6bd4a820c3a537d362326e94aa6569a6c51" have entirely different histories.

View File

@ -1,21 +1,37 @@
<h1>ThreeFold Technology Vision Website</h1> <h1>ThreeFold Tech Website</h1>
to run in development mode <h2>Table of Contents</h2>
```bash - [Introduction](#introduction)
#first time to get hero - [Steps](#steps)
curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh - [URL](#url)
bash /tmp/install_v.sh --analyzer --herolib
#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set)
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_techn -d ---
## Introduction
This repository contains the code to deploy the ThreeFold Tech 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
``` ```
to push ## URL
```bash - The website in staging mode is at `threefold.info/tftechdev`
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -b - The website in production mode is at `threefold.info/tftech`
#push for development:
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -bd
```