Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 639 Bytes

IITK Coin - Native App

made-with-TypeScript License

This repository holds the codebase for IITK Coin's React Native application.

Steps to run the 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