Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/officialrajdeepsingh/docsifyjs

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

docsify docsify-demo

Last synced: about 2 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 .
```