/litmus-docs

Documentation for the Litmus Project

Primary LanguageHTMLMIT LicenseMIT

Documentation for the Litmus Project

Additional details on the Docusaurus project can be found here.

For Developers

Install Node.js

sudo apt-get install python-software-properties
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -

Get the latest Node.js package

sudo apt-get install -y nodejs

Install Yarn

npm install -g yarn

Clone openebs-docs repository

git clone https://github.com/openebs/litmus-docs.git
cd litmus-docs

Start the server

cd litmus-docs/website
npm start