hiposfer / hive

Your go-to routing app for public transport
GNU Lesser General Public License v3.0
10 stars 0 forks source link
clojurescript expo gtfs openstreetmap public-transport react-native routing

hive

Your go-to public transport routing app

requirements

development

# install js modules
yarn install

# signup using exp CLI
yarn run expo signup

# start the figwheel server and cljs repl 
lein figwheel

in another terminal

## Start exponent server
yarn run expo start

Once you have a figwheel and exp server running. Open the expo app in your mobile device and scan the QR code shown in the terminal where exp is running.

From now on everytime that you make a change to the source code, figwheel will automatically reload the changes

Beware that react native shows warning as small yellow boxes at the bottom of the screen and error as a full red screen

how to

add new assets or external modules

Notes

lein simple-release

known problems