Skip to content

Commit

Permalink
Add heroku manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
chendrix committed Jun 18, 2015
1 parent a2ddfa6 commit 2dfeced
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Roguelike game in Elm - [Try It!](http://elm-rogue.materialdesignr.com)

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Build Instructions

Run the following command from the root of this project:

```bash
elm-make src/Rogue.elm
```

Then open `index.html` in your browser!
9 changes: 9 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Roguelike in Elm",
"repository": "https://github.com/chendrix/elm-rogue",
"env": {
"BUILDPACK_URL": "https://github.com/srid/heroku-buildpack-elm.git",
"ELM_COMPILE": "elm make src/Rogue.elm",
"ELM_STATIC_DIR": "."
}
}

0 comments on commit 2dfeced

Please sign in to comment.