Skip to content

Commit

Permalink
README updates to fix ibdknox#3 and ibdknox#4.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Jan 18, 2015
1 parent d5238a9 commit 2d3b481
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# coding

An implementation of Bret Victor's neat live game editor in Clojurescript
An implementation of Bret Victor's neat live game editor in Clojurescript.

Uses [LightTable](http://lighttable.com/) to live edit the code via the browser.

## Usage

Expand All @@ -9,6 +11,9 @@ An implementation of Bret Victor's neat live game editor in Clojurescript
```bash
lein run
```

Then visit <http://localhost:8074>.

__If you get the "can't recur here" error:__

For some reason on second run the cljs compiler gets AOT compiled and screws everything up. If you get an error when you run, simply
Expand All @@ -17,6 +22,12 @@ For some reason on second run the cljs compiler gets AOT compiled and screws eve
rm -rf classes/cljs/
```

Or, for some people this works:

```bash
rm -rf target/classes/cljs
```

## License

Copyright (C) 2012 Chris Granger
Expand Down

0 comments on commit 2d3b481

Please sign in to comment.