This project is a mobile app for https://commutewise.com.
The app is built using ReactNative + ClojureScript using
Make sure you have all dependencies installed.
After cloning this repo please install NPM dependencies, and enable dev mode:
$ npm i
$ re-natal use-figwheel
Start nREPL session from your IDE and start Figwheel
> (start-figwheel "ios")
Then start the application
$ react-native run-ios