diff --git a/web/.storybook/stories-category-doc-pages/Development.stories.mdx b/web/.storybook/stories-category-doc-pages/Development.stories.mdx index 0f1e968ba..66bd8b364 100644 --- a/web/.storybook/stories-category-doc-pages/Development.stories.mdx +++ b/web/.storybook/stories-category-doc-pages/Development.stories.mdx @@ -35,8 +35,9 @@ The web frontend of Owncast is written in React with TypeScript built using [Nex You can browse the React components in the project using our [Storybook](https://owncast.online/components) page to get an idea of how the frontend is structured. -1. Clone the Owncast repository with `git clone https://github.com/owncast/owncast`. -1. Change to the `webv2` branch with `git checkout webv2`. +1. Fork the Owncast repository on Github located at https://github.com/owncast/owncast. +1. Check out your fork locally with `git clone https://github.com/yourusername/owncast`. +1. Create a new branch for your new changes with `git checkout -b my-new-feature`. ### Run the web project @@ -48,7 +49,7 @@ You must have an instance of Owncast running locally to connect to. You can run ### Learn about how to write React Components with Owncast -We have a [short document](https://github.com/owncast/owncast/blob/webv2/web/components/_COMPONENT_HOW_TO.md) outlining the specifics of the hows and whys of our specific component approach. +We have a [short document](https://github.com/owncast/owncast/blob/web/components/_COMPONENT_HOW_TO.md) outlining the specifics of the hows and whys of our specific component approach. ### Use Storybook to update and create components diff --git a/web/.storybook/stories-category-doc-pages/Images.stories.mdx b/web/.storybook/stories-category-doc-pages/Images.stories.mdx index 425f7e1aa..fbd76356e 100644 --- a/web/.storybook/stories-category-doc-pages/Images.stories.mdx +++ b/web/.storybook/stories-category-doc-pages/Images.stories.mdx @@ -6,11 +6,11 @@ import { Image, ImageRow } from './ImageAsset'; # Images diff --git a/web/.storybook/stories-category-doc-pages/LogosAndGraphics.stories.mdx b/web/.storybook/stories-category-doc-pages/LogosAndGraphics.stories.mdx index c5b8d48b7..721983c19 100644 --- a/web/.storybook/stories-category-doc-pages/LogosAndGraphics.stories.mdx +++ b/web/.storybook/stories-category-doc-pages/LogosAndGraphics.stories.mdx @@ -6,14 +6,15 @@ import { Image, ImageRow } from './ImageAsset'; # Logos & Graphics diff --git a/web/.storybook/stories-category-doc-pages/SocialPlatformImages.stories.mdx b/web/.storybook/stories-category-doc-pages/SocialPlatformImages.stories.mdx index 35a65f977..afb58f9c8 100644 --- a/web/.storybook/stories-category-doc-pages/SocialPlatformImages.stories.mdx +++ b/web/.storybook/stories-category-doc-pages/SocialPlatformImages.stories.mdx @@ -6,36 +6,36 @@ import { Image, ImageRow } from './ImageAsset'; # Social Platform Images diff --git a/web/.storybook/stories-category-doc-pages/Tshirt.stories.mdx b/web/.storybook/stories-category-doc-pages/Tshirt.stories.mdx index c4355c115..addae58f9 100644 --- a/web/.storybook/stories-category-doc-pages/Tshirt.stories.mdx +++ b/web/.storybook/stories-category-doc-pages/Tshirt.stories.mdx @@ -6,18 +6,18 @@ import { Image, ImageRow } from './ImageAsset'; # T-shirt