Skip to content

Commit

Permalink
test: bloom deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
medinarodel committed Aug 14, 2024
1 parent 26ef0f5 commit d59cd9b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ If the module import fails like so, `You may need an appropriate loader to handl
```

## Running the style guide
Note: Check engines from package.json for node version.

Install:
```shell
yarn install
```

To build the style guide for deployment:

Expand All @@ -63,7 +69,7 @@ This will create a static version of the style guide in `/build`.
To build the style guide for development:

```shell
yarn start
yarn dev
```

This will run the style guide, automatically opening your browser window at the root page. We use hot module reloading, so the vast majority of changes you'll make to components or the style guide itself will auto update on the page.
Expand Down

0 comments on commit d59cd9b

Please sign in to comment.