...
This commit is contained in:
parent
10038d2fc0
commit
19527cc5a3
46
README.md
46
README.md
@ -1,37 +1,21 @@
|
|||||||
<h1>ThreeFold Tech Website</h1>
|
<h1>ThreeFold Technology Vision Website</h1>
|
||||||
|
|
||||||
<h2>Table of Contents</h2>
|
to run in development mode
|
||||||
|
|
||||||
- [Introduction](#introduction)
|
```bash
|
||||||
- [Steps](#steps)
|
#first time to get hero
|
||||||
- [URL](#url)
|
curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh
|
||||||
|
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
|
to push
|
||||||
|
|
||||||
This repository contains the code to deploy the ThreeFold Tech website.
|
```bash
|
||||||
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -b
|
||||||
|
|
||||||
## Steps
|
#push for development:
|
||||||
|
hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_tfgrid4_tech -bd
|
||||||
- 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/tftechdev`
|
|
||||||
- The website in production mode is at `threefold.info/tftech`
|
|
||||||
|
Loading…
Reference in New Issue
Block a user