Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
docsifyjs demo
- Host: GitHub
- URL: https://github.com/officialrajdeepsingh/docsifyjs
- Owner: officialrajdeepsingh
- Created: 2023-09-11T07:35:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-18T12:02:25.000Z (over 1 year ago)
- Last Synced: 2024-11-01T19:25:14.535Z (3 months ago)
- Topics: docsify, docsify-demo
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```