This is the common documentation repository for OST Platform and KYC.
Installing gulp-cli (Needed to execute build tasks)
npm install -g gulp-cli
Installing bundler (Needed for slate)
gem install bundler
- Clone this repositiory
Run following commands inside root folder of this repositiory
- Install npm dependencies
npm install
- Install slate and docusaurus dependencies. It also builds docs as a last step.
gulp generate-all-docs
- Start the server. It has live reload.
gulp server-dev
- For development purpose use this command on local machine
gulp generate-all-docs-local-server
For more gulp tasks read the gulpfile.js in root folder.