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.