FOSS Docs on How to Build Your Own Internet
Go to file
2025-01-14 16:33:35 -05:00
docs update intro 2025-01-14 16:33:35 -05:00
src init byoi 2025-01-14 16:27:11 -05:00
static init byoi 2025-01-14 16:27:11 -05:00
.gitignore init byoi 2025-01-14 16:27:11 -05:00
babel.config.js init byoi 2025-01-14 16:27:11 -05:00
build-dev.sh init byoi 2025-01-14 16:27:11 -05:00
build.sh init byoi 2025-01-14 16:27:11 -05:00
develop.sh init byoi 2025-01-14 16:27:11 -05:00
docusaurus.config.ts init byoi 2025-01-14 16:27:11 -05:00
install.sh init byoi 2025-01-14 16:27:11 -05:00
LICENSE init byoi 2025-01-14 16:27:11 -05:00
package-lock.json init byoi 2025-01-14 16:27:11 -05:00
package.json init byoi 2025-01-14 16:27:11 -05:00
pnpm-lock.yaml init byoi 2025-01-14 16:27:11 -05:00
README.md update readme 2025-01-14 16:29:16 -05:00
sidebars.ts init byoi 2025-01-14 16:27:11 -05:00
tsconfig.json init byoi 2025-01-14 16:27:11 -05:00
yarn.lock init byoi 2025-01-14 16:27:11 -05:00

ThreeFold BYOI: Build Your Own Internet

Table of Contents


Introduction

This repository contains the code to deploy the ThreeFold BYOI website.

Steps

  • Install
    bash install.sh
    
  • Run locally
    bash develop.sh
    
  • Push change (staging)
    bash build-dev.sh
    
  • Push change (production)
    bash build.sh
    

URL