An open API service indexing awesome lists of open source software.

https://github.com/officialrajdeepsingh/docsifyjs

docsifyjs demo
https://github.com/officialrajdeepsingh/docsifyjs

docsify docsify-demo

Last synced: 11 months ago
JSON representation

docsifyjs demo

Awesome Lists containing this project

README

          

# Get starting
install the docsify-cli globally.
```bash
npm i docsify-cli -g
```
Clone the GitHub repository with the following.
```bash
git clone https://github.com/officialrajdeepsingh/docsifyjs.git
```
Then run the local developer server with the following command.
```bash
docsify serve .
```