This repository holds the codebase for IITK Coin's React Native application.
cd iitk-coin-native-app
# Install nvm from https://github.com/nvm-sh/nvm#installation-and-update
# Use the required node version from .nvmrc
nvm use
nvm install
# If EXPO CLI is not installed, run:
npm install -g expo-cli
# Install dependencies
npm install
# Run the app
npm start