Skip to content

ostdotcom/website-docupony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev.ost.com

This is the common documentation repository for OST Platform and KYC.

Requirements

Installing gulp-cli (Needed to execute build tasks)

npm install -g gulp-cli

Installing bundler (Needed for slate)

gem install bundler

Setup

  1. Clone this repositiory

Run following commands inside root folder of this repositiory

  1. Install npm dependencies

npm install

  1. Install slate and docusaurus dependencies. It also builds docs as a last step.

gulp generate-all-docs

  1. Start the server. It has live reload.

gulp server-dev

  1. 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.