mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-29 02:40:34 +00:00
Bumps [sirv](https://github.com/lukeed/sirv) from 0.4.6 to 1.0.7. - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](https://github.com/lukeed/sirv/compare/v0.4.6...v1.0.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Getting started
CAOS Site is a github action that generates a static page out of markdown files. It uses marked.js in combination with highlight.js to compile and style markdown.
The documentation is built according to the structure of a docs folderFolder located at root of the targeted repository.
Running locally
Set up the project:
npm i
Start the server with npm run dev, and navigate to localhost:3000.
Honorable Mentions
This project was created with the help of some components from svelte(MIT) as well as site-kit(MIT).