Docit

Simple and Rapid React Documentation

For More, Please check out https://phshy0607.github.io/docit/

Get Started

yarn add @blizzbolts/docit -D

Usage

  1. Make your first markdown file under docs

mkdir docs

echo "# Introudction" > docs/index.md
  1. Start your doc local dev server by
docit start

For build

docit build

GitHub

View Github