Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from ScriptHero/fix-storybook-update-readme
Browse files Browse the repository at this point in the history
Fix storybook and update readme
  • Loading branch information
jamespaulmuir authored Jun 4, 2021
2 parents 78f0182 + 175f790 commit dc6daac
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 339 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,21 @@ We should strive to optimize this library for developer happyness with first-cla


## Development / Contributing
@TODO, but in the meantime, check out the Projects tab in github and make PRs!
1. Clone the repo
```shell
git checkout git@github.com:ScriptHero/ui.git
cd ui
```

2. Install dependencies
```shell
yarn install
```

3. Running Storybook
```shell
yarn run storybook
```

This should run storybook dev server (which has hot reloading) and is accessible at [http://localhost:6006](http://localhost:6006)

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"typescript": "^4.2.4",
"vue-loader": "^16.2.0"
},
"resolutions": {
"vue-loader": "^16.0.0"
},
"eslintConfig": {
"root": true,
"env": {
Expand Down
Loading

0 comments on commit dc6daac

Please sign in to comment.