diff --git a/frontend/.remarkrc.json b/frontend/.remarkrc.json index 6a5a74295..50d515271 100644 --- a/frontend/.remarkrc.json +++ b/frontend/.remarkrc.json @@ -10,7 +10,7 @@ ], [ "remark-lint-list-item-indent", - "space" + "one" ] ] -} \ No newline at end of file +} diff --git a/frontend/README.md b/frontend/README.md index b03fdb2ec..a1db1b393 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -35,7 +35,7 @@ This projects utilizes `storybook` and `chromatic` to develop, document & test f The following commands are available: | Command | Description | -|-----------------------------|--------------------------------------------------| +| --------------------------- | ------------------------------------------------ | | `npm install` | Project setup | | `npm run build` | Compiles and minifies for production | | `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: | Endpoint | Description | -|------------------------------------------------|---------------| +| ---------------------------------------------- | ------------- | | [http://localhost:3000](http://localhost:3000) | Web | | [http://localhost:6006](http://localhost:6006) | Storybook | | [http://localhost:8080](http://localhost:8080) | Documentation |