markdown: ignore trailing whitespace
This commit is contained in:
@@ -52,7 +52,7 @@ Follow the instructions below to set up your development environment and start t
|
||||
|
||||
## Storybook
|
||||
|
||||
We use [Storybook] to develop UI components.
|
||||
We use [Storybook] to develop UI components.
|
||||
It can be started by running the following:
|
||||
|
||||
```console
|
||||
@@ -63,10 +63,10 @@ This will start a [process-compose] instance containing two processes:
|
||||
|
||||
* `storybook` which is the main [storybook] process.
|
||||
* `luakit` which is a [webkit]-based browser for viewing the stories with. This is the same underlying engine used when
|
||||
rendering the app.
|
||||
rendering the app.
|
||||
|
||||
You can run storybook tests with `npm run test-storybook`.
|
||||
If you change how a component(s) renders,
|
||||
If you change how a component(s) renders,
|
||||
you will need to update the snapshots with `npm run test-storybook-update-snapshots`.
|
||||
|
||||
## Start clan-app without process-compose
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Overview
|
||||
|
||||
We will be updating existing components and developing new components in line with the latest designs inside this
|
||||
folder. As they become ready, they can be copied into the root `components` folder, replacing any existing components as
|
||||
We will be updating existing components and developing new components in line with the latest designs inside this
|
||||
folder. As they become ready, they can be copied into the root `components` folder, replacing any existing components as
|
||||
necessary.
|
||||
|
||||
This is to avoid merge hell and allow us to rapidly match the latest designs without the burden of integration.
|
||||
This is to avoid merge hell and allow us to rapidly match the latest designs without the burden of integration.
|
||||
Reference in New Issue
Block a user