Skip to content

Commit

Permalink
Setup instructions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zk committed Feb 16, 2011
1 parent ae8ac83 commit 96716bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
30 changes: 0 additions & 30 deletions README

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Setup's a bit convoluted right now:
8. `cd ../cljs-server`
9. `lein deps && lein swank`
10. Connect to swank
11. repl=> `(use cljs.core2)`
11. repl=> `(use cljs.watch)`
12. repl=> `(start-watch-project "./project.clj")`. This starts the cljs compiler, which recompiles cljs -> js on source changes in the `src/cljs` directory.
13. repl=> `(use cljs-server.dev)`. This will start the server at port 8080.
14. http://localhost:8080
Expand Down

0 comments on commit 96716bc

Please sign in to comment.