chore: refactor

This commit is contained in:
Fredrik Burmester
2024-08-07 08:15:30 +02:00
parent d4d3cbbc43
commit 49b2e594d6
31 changed files with 525 additions and 487 deletions

View File

@@ -36,32 +36,6 @@ Soon iOS users can test Streamyfin in beta via TestFlight. To join the beta prog
- Ensure you have an active Jellyfin server.
- Make sure your device is connected to the same network as your Jellyfin server.
### Installation
Clone the repository:
```bash
git clone https://github.com/your-username/streamyfin.git
```
Navigate to the project directory:
```bash
cd streamyfin
```
Install the dependencies:
```bash
npm install
```
Run the app:
```bash
expo start
```
## 🙌 Contributing
We welcome any help to make Streamyfin better. If you'd like to contribute, please fork the repository and submit a pull request. For major changes, it's best to open an issue first to discuss your ideas.