Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
35 lines (23 loc) · 656 Bytes

readme.md

File metadata and controls

executable file
·
35 lines (23 loc) · 656 Bytes

Reliqui Documentation

Developing

Reliqui uses the Jigsaw static site generator for its documentation. Here is how you can generate the documentation locally:

  1. Go to your Reliqui folder

    cd reliqui/site
  2. Install JS dependencies

    npm install
  3. Install PHP dependencies for docs (requires Composer: https://getcomposer.org)

    composer install
  4. Run the build to generate the static site

    npm run dev
  5. View the static site at /build_local, or you can run the Jigsaw server:

    ./vendor/bin/jigsaw serve