Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 761 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 761 Bytes

logo


This project is a mobile app for https://commutewise.com.

The app is built using ReactNative + ClojureScript using

Development

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