Xperience by Kentico styleguide covering everything from project architecture to deployment automation, SQL scripts to CSS.
Build with Astro Starlight docs theme.
https://xperience-by-kentico-styleguide.netlify.app/
- Node.js >= v18.16.0
-
Install npm dependencies
- Use the VS Code
npm: install
task - (alternative) Run
npm i
at the command line
- Use the VS Code
-
Run the Astro dev server
- Use the VS Code
npm: start
task - (alternative) Run
npm start
at the command line
- Use the VS Code
-
Open a browser to http://localhost:4321/
All examples and guides can be found in ~/src/content/docs
and they are authored as .md
or .mdx
files.
To add a new guide to the navigation, update the ~/astro.config.mjs
Starlight sidebar items array.
-
Install npm dependencies
- Use the VS Code
npm: install
task - (alternative) Run
npm i
at the command line
- Use the VS Code
-
Run the Astro dev server
- Use the VS Code
npm: build
task - (alternative) Run
npm build
at the command line
- Use the VS Code
Any changes are run through the Astro Build GitHub Action when pushed to the main
branch.
Any updates to the main
branch are auto deployed to Netlify and are accessible at https://xperience-by-kentico-styleguide.netlify.app/.
Open an Issue or a Pull Request