@ -35,8 +35,9 @@ The web frontend of Owncast is written in React with TypeScript built using [Nex
@@ -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
@@ -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.