FOSS Docs on How to Build Your Own Internet
docs | ||
src | ||
static | ||
.gitignore | ||
babel.config.js | ||
build-dev.sh | ||
build.sh | ||
develop.sh | ||
docusaurus.config.ts | ||
install.sh | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
sidebars.ts | ||
tsconfig.json | ||
yarn.lock |
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
- The website is available in stating and production modes:
- Staging: https://threefold.info/byoidev
- Production: https://threefold.info/byoi