wiki

Team Aurous Website

This repository contains the files and source code for the Team Aurous website and EVFS wiki.

Wiki/documentation

The Wiki should be organized as so:

The Wiki is build with Retype. To install:

  1. Make sure the dotnet SDK, node.js, or yarn installed.
  2. Install Retype:
    • For node.js, npm install retypeapp --global
    • For Yarn, yarn global add retypeapp
    • For dotnet, dotnet tool install retypeapp --global
  3. Start updating the docs:
    • For having a live-reload server: retype watch
    • To build a final static website: retype build