Skip to content

Getting Started (Developers)

Kunj Dedhia edited this page Oct 12, 2019 · 1 revision

To run the project, you need :

  1. Node - get it here
  2. Cocoapods - sudo gem install cocoapods

Setting up the local environment:

  1. Clone the repository - git clone https://github.com/build-umass/maroon-folder.git
  2. Switch to the project directory - cd maroon-folder
  3. Install dependencies - npm install

For ios -

  1. Switch to the ios directory - cd ios
  2. Install pod - pod install and then update it - pod repo update
  3. Switch back to the project directory - cd ..
  4. Run the simulator - react-native run-ios
Clone this wiki locally