mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-17 21:37:35 +00:00
9f0638fac9
* test spell check * fix indenting * test * add something to test * test spellcheck * spelling improvements * improve spelling and ignore list * Update site/docs/start/00-quick-start.de.md
18 lines
834 B
Markdown
18 lines
834 B
Markdown
# 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](https://github.com/caos/site/tree/master/site/docs) located at root of the targeted repository.
|
|
|
|
## Running locally
|
|
|
|
Set up the project:
|
|
|
|
```bash
|
|
npm i
|
|
```
|
|
|
|
Start the server with `npm run dev`, and navigate to [localhost:3000](http://localhost:3000).
|
|
|
|
## Honorable Mentions
|
|
|
|
This project was created with the help of some components from [svelte](https://github.com/sveltejs/svelte)([MIT](https://github.com/sveltejs/svelte/blob/master/LICENSE)) as well as [site-kit](https://github.com/sveltejs/site-kit)([MIT](https://github.com/sveltejs/site-kit/blob/master/LICENSE)). |