Skip to content

Commit 5315ff9

Browse files
authored
Merge pull request #226 from nicolethoen/remove_storybook
fix: Remove storybook
2 parents 51a433c + 703aa17 commit 5315ff9

File tree

10 files changed

+552
-4581
lines changed

10 files changed

+552
-4581
lines changed

.storybook/main.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

.storybook/preview.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

.storybook/tsconfig.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.storybook/webpack.config.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ npm run bundle-profile:analyze
4141

4242
# Start the express server (run a production build first)
4343
npm run start
44-
45-
# Start storybook component explorer
46-
npm run storybook
47-
48-
# Build storybook component explorer as standalone app (outputs to "storybook-static" dir)
49-
npm run build:storybook
5044
```
5145

5246
## Configurations
@@ -96,7 +90,6 @@ When importing CSS from a third-party package for the first time, you may encoun
9690
* To keep our code formatting in check, we use [prettier](https://github.com/prettier/prettier)
9791
* To keep our code logic and test coverage in check, we use [jest](https://github.com/facebook/jest)
9892
* To ensure code styles remain consistent, we use [eslint](https://eslint.org/)
99-
* To provide a place to showcase custom components, we integrate with [storybook](https://storybook.js.org/)
10093

10194
## Multi environment configuration
10295
This project uses [dotenv-webpack](https://www.npmjs.com/package/dotenv-webpack) for exposing environment variables to your code. Either export them at the system level like `export MY_ENV_VAR=http://dev.myendpoint.com && npm run start:dev` or simply drop a `.env` file in the root that contains your key-value pairs like below:

0 commit comments

Comments
 (0)