Skip to content

Commit

Permalink
- adding storybook/addon-styling dependency in the dev environment in…
Browse files Browse the repository at this point in the history
… the renderer package

- updated README for running Storybook locally
  • Loading branch information
janadh committed Dec 20, 2024
1 parent c7919e2 commit 8c6e300
Show file tree
Hide file tree
Showing 3 changed files with 2,925 additions and 632 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,23 @@ npm start

5. Follow the instructions [here](https://github.com/aehrc/smart-forms#usage) but replace https://smartforms.csiro.au/launch with http://localhost:5173/launch

### Run Storybook locally


To run the [@aehrc/smart-forms-renderer](https://www.npmjs.com/package/@aehrc/smart-forms-renderer) via the storybook, follow the instruction below:

- On the main directory, go to packages>smart-forms-renderer in a terminal
- run the npm install again in the smart-forms-renderer folder
> npm install
- now you can run the storybook

>npm run storybook
TODO: ensure run storybook is running in parrallel with watch.




## Feature requests and bug reports

If you find any bugs, feel free to [create an issue](https://github.com/aehrc/smart-forms/issues/new) and we will try our best to get it fixed.
Expand Down
Loading

0 comments on commit 8c6e300

Please sign in to comment.