Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet committed Jun 13, 2017
1 parent e4a9ce4 commit d17ddfc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# tyrion-itunes

## description
responsive browser of iTunes search API

using next.js as an application architecture framework

```npm run dev```
## requirements
node 6.9.x
npm 3.10.x

## getting started
```
npm install
npm run dev
```

## deploy
```
npm install
npm run build
npm start
```

0 comments on commit d17ddfc

Please sign in to comment.