https://github.com/simonewebdesign/elm-memory-game
Elm is rad.
https://github.com/simonewebdesign/elm-memory-game
Last synced: about 2 months ago
JSON representation
Elm is rad.
- Host: GitHub
- URL: https://github.com/simonewebdesign/elm-memory-game
- Owner: simonewebdesign
- Created: 2015-12-08T22:12:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T16:13:54.000Z (over 10 years ago)
- Last Synced: 2025-02-26T07:18:20.450Z (over 1 year ago)
- Language: Elm
- Size: 103 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
You need to have a working copy of [Elm](http://elm-lang.org) in your `$PATH`.
After that, you can `make install` to pull needed dependencies (for now, only OSX and Linux 64bit are supported).
Then you can run `make` to build the project. Everything will be bundled in the `build` directory, which can be served
by any static file server.
## Development
For development, make sure you have [Watchman](https://facebook.github.io/watchman/) installed.
You can then run `make watch` to start watching files.
For convenience, `make server` will start a live-reload enabled server.