Android Twister app.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Trevor Alexander 8a71d0cd8e build instructions 9 years ago
env initial commit. translated twister-html home.html to reagent 9 years ago
resources/public/css initial commit. translated twister-html home.html to reagent 9 years ago
src minor edit: removed about div from home view 9 years ago
test initial commit. translated twister-html home.html to reagent 9 years ago
.gitignore added compiled app to gitignore 9 years ago
.lein-env initial commit. translated twister-html home.html to reagent 9 years ago
LICENSE Initial commit 9 years ago
Procfile initial commit. translated twister-html home.html to reagent 9 years ago
README.md build instructions 9 years ago
project.clj initial commit. translated twister-html home.html to reagent 9 years ago
system.properties initial commit. translated twister-html home.html to reagent 9 years ago

README.md

twister-renyan

人言可畏

The voice of the people is something to fear.

what

This will be a native Android Twister app with a frontend/UX focus. Now that I said that, I'm on the hook for it ;)

how

This project uses reagent.

  • Dev build: lein figwheel
  • Production build: lein do clean, cljsbuild once min
  • Test: lein test (probably)