-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started (Developers)
Kunj Dedhia edited this page Oct 12, 2019
·
1 revision
To run the project, you need :
- Node - get it here
- Cocoapods -
sudo gem install cocoapods
Setting up the local environment:
- Clone the repository -
git clone https://github.com/build-umass/maroon-folder.git
- Switch to the project directory -
cd maroon-folder
- Install dependencies -
npm install
For ios -
- Switch to the ios directory -
cd ios
- Install pod -
pod install
and then update it -pod repo update
- Switch back to the project directory -
cd ..
- Run the simulator -
react-native run-ios