Prerequisites: npm i -g nativescript
git clone https://github.com/ngatl/colmena.git
cd colmena; npm i -g lerna; npm i
INITDB=1 npm run dev:api
- that should get the api runningcd ..
git clone https://github.com/ngatl/mobile-app.git
cd mobile-app
- Open
tools/install.js
and modify (https://github.com/ngatl/mobile-app/blob/master/tools/install.js#L13) with the absolute path to yourcolmena/packages/admin-lb-sdk-ns/src
directory as seen in example path right below that line npm i
- You should be setup now
tns run ios --emulator
// ...or
tns run android --emulator