Go to file
2025-01-16 22:05:31 +00:00
docs update tech book for docusaurus 2025-01-16 17:04:24 -05:00
src updated website with tech content 2025-01-16 10:35:26 -05:00
static updated website with tech content 2025-01-16 10:35:26 -05:00
.gitignore ... 2025-01-16 07:42:17 +01:00
babel.config.js ... 2025-01-16 07:42:17 +01:00
build-dev.sh updated website with tech content 2025-01-16 10:35:26 -05:00
build.sh updated website with tech content 2025-01-16 10:35:26 -05:00
develop.sh updated website with tech content 2025-01-16 10:35:26 -05:00
docusaurus.config.ts updated website with tech content 2025-01-16 10:35:26 -05:00
install.sh updated website with tech content 2025-01-16 10:35:26 -05:00
LICENSE ... 2025-01-16 07:42:17 +01:00
package-lock.json ... 2025-01-16 07:42:17 +01:00
package.json updated website with tech content 2025-01-16 10:35:26 -05:00
pnpm-lock.yaml updated website with tech content 2025-01-16 10:35:26 -05:00
README.md updated website with tech content 2025-01-16 10:35:26 -05:00
sidebars.ts ... 2025-01-16 07:42:17 +01:00
tsconfig.json ... 2025-01-16 07:42:17 +01:00
yarn.lock ... 2025-01-16 07:42:17 +01:00

ThreeFold Tech Website

Table of Contents


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
    

URL

  • The website in staging mode is at threefold.info/tftechdev
  • The website in production mode is at threefold.info/tftech