This is the frontend (html, css, and js) for naughty-or-nice.
It's built using Lineman. It's so basic that there is no framework here, just a handful of small utilities pulled together using Ender.
I'd be shocked if anyone wanted to contribute to this, but here goes:
- Install lineman:
npm install -g lineman
. - Within the project directory,
npm install
. - Do your thing.
If you need to interact with the ender build any, you need to
- Install ender:
npm install -g ender
. ender --help
for details on what to do next.