Update the readme a little
This commit is contained in:
parent
b0bf1a7cf4
commit
0b15558039
1 changed files with 11 additions and 4 deletions
15
README.mkd
15
README.mkd
|
@ -24,8 +24,15 @@ time, so make yourself a cup of tea and be proud of yourself to get this far :)
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
Sure, you want to make some changes on the code. It's clojure, it will be fun.
|
You want to make some changes on the codebase? Sure you will, it's clojure!
|
||||||
The server is allready online and serving html pages. If you making changes on
|
The server is allready online and serving html pages. If you making changes on
|
||||||
the code, the browser automatically reload the page after every code change. If
|
the code, the browser automatically reload the page after every code change and
|
||||||
you want to reload the code in the repl after making some changes, use
|
the repl reloads the code after saving. This is verry handy if you like interactive
|
||||||
`:reload-all` in addition to the `use` function.
|
development. If you in doubt of a good editor, use emacs with the clojure-mode
|
||||||
|
and cider-mode. Use `M-x cider-jack-in` to run the repl from the editor.
|
||||||
|
|
||||||
|
|
||||||
|
# Authors
|
||||||
|
|
||||||
|
We are two brothers having fun with games in our rare sparetime. We put the
|
||||||
|
stuff we do and made on http://arg-games.com/ eventually :)
|
||||||
|
|
Loading…
Reference in a new issue