Pulling and Building RKVST Docs

  1. To begin pull the latest RKVST docs from Github.
git clone git@github.com:rkvst/rkvst-docs.git
  1. Move into the directory.
cd rkvst-docs
  1. Install the DOKS Dependencies.
npm install

Note: If you do not have npm installed please use the following guide:

 
apt install npm

yum install npm 

brew install npm 

4. To run a local RKVST Docs Server it is advisable to use the rkvst-doks wrapper

rkvst-doks start

This will build a local version of the server that can be accessed at http://localhost:1313.

You can keep this running in the background while making any edits and the developer server should automatically pick up your changes for you.

Note: The development server logs to stdout by default, you will need to keep the Terminal Session open while in use.
  1. To stop the Doks Server use ctrl+c in the Terminal Session you started it in.

Edit this page on GitHub