Skip to content

Commit

Permalink
Merge pull request #226 from nicolethoen/remove_storybook
Browse files Browse the repository at this point in the history
fix: Remove storybook
  • Loading branch information
nicolethoen committed Jun 6, 2024
2 parents 51a433c + 703aa17 commit 5315ff9
Show file tree
Hide file tree
Showing 10 changed files with 552 additions and 4,581 deletions.
16 changes: 0 additions & 16 deletions .storybook/main.ts

This file was deleted.

1 change: 0 additions & 1 deletion .storybook/preview.ts

This file was deleted.

3 changes: 0 additions & 3 deletions .storybook/tsconfig.json

This file was deleted.

31 changes: 0 additions & 31 deletions .storybook/webpack.config.js

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ npm run bundle-profile:analyze

# Start the express server (run a production build first)
npm run start

# Start storybook component explorer
npm run storybook

# Build storybook component explorer as standalone app (outputs to "storybook-static" dir)
npm run build:storybook
```

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

## Multi environment configuration
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:
Expand Down
Loading

0 comments on commit 5315ff9

Please sign in to comment.