Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 788 Bytes

File metadata and controls

37 lines (23 loc) · 788 Bytes

Unification Documentation

Repository for all Unification project documentation.

The documentation repository is structured such that docs can be written in Markdown. Docs are compiled and published using Vuepress, meaning that it is also possible to include Vue components. See Vuepress docs for more details.

Setup

Yarn is the preferred package manager to use. Node v16.16+ is required.

Install the dependencies:

yarn install

Developing

While writing docs, the vuepress development server can be used to view changes.

Run in development mode:

yarn run dev

Output can be viewed on http://localhost:8080/

Build docs

Build docs for distribution:

yarn run build