Pulling and Building RKVST Docs
- To begin pull the latest RKVST docs from Github.
git clone git@github.com:rkvst/rkvst-docs.git
- Move into the directory.
cd rkvst-docs
- 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
wrapperrkvst-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.
- To stop the Doks Server use
ctrl+c
in the Terminal Session you started it in.