mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 18:44:40 +00:00
5c37f7329c
Bumps [rollup-plugin-svelte](https://github.com/sveltejs/rollup-plugin-svelte) from 5.2.2 to 6.0.1. - [Release notes](https://github.com/sveltejs/rollup-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/rollup-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/rollup-plugin-svelte/compare/v5.2.2...v6.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
cypress | ||
docs | ||
src | ||
static | ||
.gitignore | ||
appveyor.yml | ||
config.js | ||
CONTRIBUTING.md | ||
cypress.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
rollup.config.js |
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 folder
Folder 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).