Skip to content

semantichtml/semantichtml.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic HTML Website

The Semantic HTML Convention Website, build with VitePress and Aplós

Development

As mentioned above it's build with VitePress, so for local development do the following:

Load everything

pnpm install

Compile and Hot-Reload for Development

pnpm run docs:dev

Compile and Minify for Production

pnpm run docs:build

Note

Any new commit that does not include [skip actions] and other specified conditions will trigger a build and update the page.