Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 542 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 542 Bytes

Red Backup Documentation

This repository contains the red backup documentation website including the final thesis documents.

Requirements

  • node.js and npm
  • docker

Setup

cd wesite/
npm install

Building

# in the `website/` directory

# Build the website once
node build.js
# Serve the website at localhost:4000
node build.js serve

Building - the docker way

# in the `website/` directory

# Build the website once
./build.sh
# Serve the website at localhost:4000
node build.js serve