Skip to content

Commit

Permalink
chore: remove storybook (#65)
Browse files Browse the repository at this point in the history
Removed usage of Storybook as its packages are out of date and seemingly unsupported. 

Storybook implementation remains on branch: [with-storybook](https://github.com/FreakinWard/nextjs-boilerplate/tree/chore/remove-storybook)
  • Loading branch information
FreakinWard authored Jan 21, 2024
1 parent 8704ec2 commit bf48e60
Show file tree
Hide file tree
Showing 7 changed files with 14,310 additions and 44,335 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/storybook.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .storybook/main.js

This file was deleted.

9 changes: 0 additions & 9 deletions .storybook/preview.js

This file was deleted.

11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The purpose of this repo is to accelerate startup time when creating a new [Next
- [Scripts](#scripts)
- [IDE Configurations](#ide-configuration)
- [Committing Changes](#committing-changes)
- [Storybook](#storybook)

# Getting Started

Expand Down Expand Up @@ -276,13 +275,3 @@ Should the need arise to ignore the hook, manually commit using `--no-verify`
# Example
git commit -m "commit message" --no-verify
```

# Storybook

[Storybook](https://storybook.js.org/docs/react/get-started/introduction) is used to document common components and is [published here](https://freakinward.github.io/nextjs-boilerplate)

Run locally

```shell
npm run storybook
```
Loading

0 comments on commit bf48e60

Please sign in to comment.