Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unlobito committed May 28, 2015
1 parent 44341c3 commit b566791
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
skunk-config
============
Config panel for [Skunk](https://github.com/henriwatson/skunk). Responsible for
allowing users to add barcodes as well as generating the images for these barcodes.

Problem?
--------
Please file issues against [henriwatson/skunk](https://github.com/henriwatson/skunk/issues).

Setup
-----
If you're not using rbenv, please make sure you have Ruby 2.1.2 installed.

Use `bundle` to install skunk-config's dependencies. Then, use `thin -R config.ru start -p 4567`
to start the web server.

If you want to point your Pebble at your web server, change Skunk's `src/js/pebble-app-js.js`'s
third line to your computer's IP address. You can then push the modified Skunk build
to your phone using the usual `pebble build && pebble install` or CloudPebble.

0 comments on commit b566791

Please sign in to comment.