This repository contains the red backup documentation website including the final thesis documents.
- node.js and npm
- docker
cd wesite/
npm install# in the `website/` directory
# Build the website once
node build.js
# Serve the website at localhost:4000
node build.js serve# in the `website/` directory
# Build the website once
./build.sh
# Serve the website at localhost:4000
node build.js serve