docs_tfgrid4/README.md

37 lines
613 B
Markdown
Raw Normal View History

2024-12-11 21:11:37 +00:00
<h1>ThreeFold V4 Docs</h1>
2024-08-26 19:41:55 +00:00
2024-12-11 21:11:37 +00:00
<h2>Table of Contents</h2>
2024-08-26 19:41:55 +00:00
2024-12-11 21:11:37 +00:00
- [Introduction](#introduction)
- [Steps](#steps)
- [URL](#url)
2024-08-26 19:41:55 +00:00
2024-12-11 21:11:37 +00:00
---
2024-08-26 19:41:55 +00:00
2024-12-11 21:11:37 +00:00
## Introduction
2024-08-25 19:21:59 +00:00
2024-12-11 21:11:37 +00:00
This repository contains the code to deploy the ThreeFold V4 Docs.
2024-08-25 19:21:59 +00:00
2024-12-11 21:11:37 +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
2024-12-11 21:11:37 +00:00
```
bash build.sh
```
## URL
2025-01-24 02:30:09 +00:00
- The website in staging mode is at https://threefold.info/docs4dev
- The website in production mode is at https://docs.threefold.io