This repository hosts the VitePress documentation site for Stratify.
Url: https://stratifyjs.github.io/
npm install- install depsnpm run dev- start VitePress locallynpm run build- build static site to.vitepress/distnpm run preview- preview the built site locally
GitHub Pages deployment is automated via .github/workflows/deploy.yml on pushes to main.
The workflow builds the site and publishes the dist output using GitHub Pages actions.