Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Merged
merged 1 commit into from
Oct 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ A game implemented in ClojureScript using the Core.async library.

[Play the game](http://rigsomelight.com/dotsters)

# Building and Running Locally

Clone the repo:
```
git clone https://github.com/bhauman/dotsters
cd dotsters
```
Build the ClojureScript
```
lein cljsbuild once
```
Start a Python web server (on a mac or unix machine)
```
python -m SimpleHTTPServer 8888
```
Browse to the locally running instance at [http://localhost:8888/resources/public/dots.html](http://localhost:8888/resources/public/dots.html)

## License

Copyright © 2013
Expand Down