-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
37 lines (22 loc) · 999 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ws-cljs
WebSocket & ClojureScript repository.
## Getting it up and running
### Prerequisites
ClojureScript with closure-library from SVN HEAD.
You can get it from my clone of ClojureScript for now:
git clone https://github.com/neotyk/clojurescript.git -b 35-cl-head
Make sure $CLOJURESCRIPT/bin is in your PATH.
Than you bootstrap cljs with:
./script/bootstrap --closure-library-head
You can also vote on http://dev.clojure.org/jira/browse/CLJS-35 if you would like process of getting HEAD version
closure-library be easier.
Compass if you intend to change styles.
Clone the ws-cljs repo: https://github.com/neotyk/ws-cljs
### Building
It's quite easy: ./build.sh for production build and ./build-dev.sh for development build.
To run it: lein run, can't get any simplier
Production set: http://localhost:8108/index-dev.html
Development set: http://localhost:8108/index.html
## License
Copyright (C) 2011 FIXME
Distributed under the Eclipse Public License, the same as Clojure.