Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 719 Bytes

File metadata and controls

30 lines (21 loc) · 719 Bytes

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.