Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Aug 29, 2019
1 parent 75d7023 commit 48dead4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<h1 align="center">Jellyfin Expo</h1>
<h3 align="center">Part of the <a href="https://jellyfin.media">Jellyfin Project</a></h3>

<p align="center">
Jellyfin Expo is a mobile app built with <a href="https://expo.io/">Expo</a> primarily targeting iOS devices.
</p>

## Build Process

### Getting Started

1. Clone or download this repository.
```sh
git clone https://github.com/jellyfin/jellyfin-expo.git
cd jellyfin-expo
```
2. Install build dependencies via npm in the project directory.
```sh
npm install
```
3. Start the build tools.
```sh
npm start
```
4. Follow the directions in the terminal or browser window to open on a device or emulator.

0 comments on commit 48dead4

Please sign in to comment.