info_docs_tfgrid4_tech/README.md

37 lines
616 B
Markdown
Raw Normal View History

2025-01-16 15:35:26 +00:00
<h1>ThreeFold Tech Website</h1>
2025-01-16 06:31:21 +00:00
2025-01-16 06:42:17 +00:00
<h2>Table of Contents</h2>
- [Introduction](#introduction)
- [Steps](#steps)
- [URL](#url)
---
## Introduction
2025-01-16 15:35:26 +00:00
This repository contains the code to deploy the ThreeFold Tech website.
2025-01-16 06:42:17 +00:00
## 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
2025-01-16 15:35:26 +00:00
- The website in staging mode is at `threefold.info/tftechdev`
- The website in production mode is at `threefold.info/tftech`