Skip to content

Commit

Permalink
Bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Apr 7, 2020
1 parent 01c077f commit 4f3035d
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 39 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,26 @@ The application will parse your iTunes XML library, displays all your playlists/

## Usage

1. Install dependencies:
1. Install the application

2. Import your iTunes library via the application settings

## Development

**Install dependencies:**
```bash
npm ci
```

2. Run the application:
**Run the application:**
```bash
npm run start
```

3. Import your iTunes library via the application settings
**Build application:**
```bash
npm run start
```

## Screenshot

Expand Down
Loading

0 comments on commit 4f3035d

Please sign in to comment.