Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 959 Bytes

File metadata and controls

24 lines (17 loc) · 959 Bytes

Live page

https://galactic.corgi.wtf/documentation

Requirements

Node.js version 10.15.1 at minimum.
Yarn or npm (comes with Node by default, though yarn is a personal recommendation) version 1.5 at minimum.

Installation

Clone the repository

git clone https://github.com/Navy-gif/galactic-docs.git

Install the required modules

yarn install

Start the application

yarn start

Further documentation for Docusaurus and its configuration can be found at https://v2.docusaurus.io/

Note

The documentation might be in .md files, however, docusaurus uses an extended markdown parser along with some of its own stuff, meaning a lot of the pages will display with formatting on github, however, not in the form they are intended to be displayed.

Want to contribute?

See CONTRIBUTING for further information.