This project is built using React Native. You will need the following dependencies.
Install Node along with npm and Watchman.
For MacOS:
$ brew install node
$ brew install watchman
For Linux:
$ sudo apt-get install nodejs
$ sudo npm install npm --global
Install React Native CLI globally.
$ npm install -g react-native-cli
Install package-dependencies using NPM.
$ npm install