diff --git a/README.md b/README.md new file mode 100644 index 0000000..053b163 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Spotify Client +============== + +Spotify client written in Meteor. Currently just a search page! + +Setup +----- + +1. Install Meteor by following the instructions at . + +2. Run Meteor: + ```bash + $ meteor + ``` + +3. Visit in your browser.