Initial commit
This commit is contained in:
commit
445155a658
32
README.md
Normal file
32
README.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# swinging-needle-meter
|
||||||
|
|
||||||
|
A [re-frame](https://github.com/Day8/re-frame) application designed to display an example swinging needle meter, as an experiment in animating SVG from re-frame. Draws heavily on re-com.
|
||||||
|
|
||||||
|
## Development Mode
|
||||||
|
|
||||||
|
### Run application:
|
||||||
|
|
||||||
|
```
|
||||||
|
lein clean
|
||||||
|
lein figwheel dev
|
||||||
|
```
|
||||||
|
|
||||||
|
Figwheel will automatically push cljs changes to the browser.
|
||||||
|
|
||||||
|
Wait a bit, then browse to [http://localhost:3449](http://localhost:3449).
|
||||||
|
|
||||||
|
## Production Build
|
||||||
|
|
||||||
|
|
||||||
|
To compile clojurescript to javascript:
|
||||||
|
|
||||||
|
```
|
||||||
|
lein clean
|
||||||
|
lein cljsbuild once min
|
||||||
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
Copyright © 2017 Simon Brooke. Licensed under the GNU General Public License,
|
||||||
|
version 2.0 or (at your option) any later version. If you wish to incorporate
|
||||||
|
parts of Smeagol into another open source project which uses a less restrictive
|
||||||
|
license, please contact me; I'm open to dual licensing it.
|
Loading…
Reference in a new issue