More blank components and stories to be filled in

This commit is contained in:
Gabe Kangas
2022-04-28 14:36:05 -07:00
parent e0c073171d
commit e5d3b0e4ee
16 changed files with 194 additions and 36 deletions

View File

@@ -18,6 +18,15 @@ Make sure you're running an instance of Owncast on localhost:8080, as your copy
```npm run dev```
### Components and Styles
You can start the [Storybook](https://storybook.js.org/) UI for exploring, testing, and developing components by running:
```npm run storybook```
This allows for components to be made available without the need of the server to be running and changes to be made in
isolation.
### Update the project
You can add or edit a pages by modifying `pages/something.js`. The page auto-updates as you edit the file.