Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

awe-templates/docsify-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

26 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

docsify-starter

Quick docsify starter template.

Warning

This starter template outdated. Use vitepress-starter instead.

๐Ÿ“ฆ Installation

First install docsify CLI.

pnpm|npm i docsify-cli -g

๐Ÿš€ Serve Docs

Start docs project with this command:

pnpm dlx docsify-cli serve docs --port 1000

# or

npx docsify serve docs --port 1000

Then open your browser and visit http://localhost:1000.

To configure docsify see index.html file.

Contributors