Bilingual (EN/FR) VitePress landing site for the Aropixel Admin open-source
ecosystem (admin-bundle, page-bundle, blog-bundle, menu-bundle, castor-starter).
npm install
npm run devnpm run build
npm run previewStatic output is generated in .vitepress/dist.
Pushes to main are built and deployed automatically to GitHub Pages by
.github/workflows/deploy.yml.
Live at https://aropixel.github.io/admin-bundle-ecosystem/.
The
basepath in.vitepress/config.mtsis set to/admin-bundle-ecosystem/to match this project's GitHub Pages URL. Update it if the site ever moves to a custom domain (and switch it back to/).
index.md/fr/index.md— home pageget-started.md/fr/get-started.md— installation guideecosystem/*.md/fr/ecosystem/*.md— one page per bundle- Brand tokens (
--aro-*colours, Poppins font) live in.vitepress/theme/custom.css, mirrored from the real design tokens shipped byaropixel/admin-bundle.