adapt remark config and readme zu indent warning

This commit is contained in:
mahula 2024-04-14 08:52:36 +02:00
parent dce59c1108
commit 7efaa93c81
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
], ],
[ [
"remark-lint-list-item-indent", "remark-lint-list-item-indent",
"space" "one"
] ]
] ]
} }

View File

@ -35,7 +35,7 @@ This projects utilizes `storybook` and `chromatic` to develop, document & test f
The following commands are available: The following commands are available:
| Command | Description | | Command | Description |
|-----------------------------|--------------------------------------------------| | --------------------------- | ------------------------------------------------ |
| `npm install` | Project setup | | `npm install` | Project setup |
| `npm run build` | Compiles and minifies for production | | `npm run build` | Compiles and minifies for production |
| `npm run server:prod` | Runs productions server | | `npm run server:prod` | Runs productions server |
@ -108,7 +108,7 @@ npm install
The following endpoints are provided given the right command is executed or all three if `docker compose` is used: The following endpoints are provided given the right command is executed or all three if `docker compose` is used:
| Endpoint | Description | | Endpoint | Description |
|------------------------------------------------|---------------| | ---------------------------------------------- | ------------- |
| [http://localhost:3000](http://localhost:3000) | Web | | [http://localhost:3000](http://localhost:3000) | Web |
| [http://localhost:6006](http://localhost:6006) | Storybook | | [http://localhost:6006](http://localhost:6006) | Storybook |
| [http://localhost:8080](http://localhost:8080) | Documentation | | [http://localhost:8080](http://localhost:8080) | Documentation |