docs_tfgrid4/README.md

35 lines
544 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
```
bash build.sh
```
## URL
- The website in staging mode is at `docsdev.threefold.pro`
- Username: docsdev
- Password: TFV42025
2024-12-11 21:11:37 +00:00
- The website in production mode is at `docs.threefold.io`