Skip to content

spectre-org/spectre-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectre Docs

Spectre CSS docs, rewritten in Markdown and powered by VitePress

Development

Scripts:

# build and preview docs for development
npm run dev

# generate static docs
npm run build

# preview static docs
npm run preview