Project Installation
Clone the SSP Key Repository
Open a terminal and run the following commands
mkdir ssp-key
cd ssp-key
git clone git@github.com:RunOnFlux/ssp-key.git
Install SSP Key Dependencies
In installing the project dependencies you may use yarn
Open a terminal and run the following command to install SSP Key dependencies
yarn
bundle update --bundler
yarn bundleinstall
yarn podinstall
Running Test Cases
To run SSP Key test cases, open a terminal and run the following command
yarn test
Running the Server
To run SSP Key server, open a terminal and run the following command
yarn start
Running on Android
Open a terminal and run the following command
yarn android
Running on iOS
yarn ios
Last updated