https://github.com/oakmac/olo-pizza-test
https://github.com/oakmac/olo-pizza-test
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oakmac/olo-pizza-test
- Owner: oakmac
- License: mit
- Created: 2014-12-23T02:10:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T16:28:25.000Z (about 11 years ago)
- Last Synced: 2025-03-23T11:14:03.859Z (about 1 year ago)
- Language: Clojure
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# olo pizza test
A quick proof-of-concept to see how quickly a coding test can be accomplished
using ClojureScript.
## Run
1. Install [Leiningen] and [Node.js].
1. Run from the project directory:
```sh
# compile ClojureScript files (this may take a minute)
lein cljsbuild clean && lein cljsbuild once
# run node
node app.js
```
[Leiningen]:http://leiningen.org
[Node.js]:http://nodejs.org
## License
[MIT License](LICENSE.md)