Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 719 Bytes

File metadata and controls

42 lines (28 loc) · 719 Bytes

WIT Documentation

All instructions and documentations for WIT services

Table of Contents

Develop

The Docs repo is saved on Github and continuously updated. It's made with the docs generator Docsify.

Prerequisites

  • Npm
  • Docsify CLI
  • Git

Commands

    // Serve on localhost
    docsify serve .

Start developing

  1. Download the Github repository
    git clone https://github.com/manu2107el/wit-docs
  1. Install Docsify CLI
    npm i docsify-cli