This repository represents the documentation of the various projects. The end product lives at https://docs.glia.org
This is built using Docusaurus.
- Clone folder from repo
- Enter correct folder:
cd website - Install dependencies:
npm install - Run as development:
NODE_ENV=development npm run start - When done, build:
NODE_ENV=development npm run build
From the folder where you want the documents to live, execute: svn checkout https://github.com/GliaX/Documentation/trunk/website/build/glia-docs .