Skip to content

sarahk46/shukr-app

Repository files navigation

Shukr

Getting Started

Resources:

UI library: React Native Elements Icons: MaterialCommunityIcons

Development Guidelines:

Whenever you want to make an edit to the repo, do the following:

  1. Make a new branch with the new branch starting w/ your initials and a slash : git checkout -b sk/[insert rest of branch name here]
  2. After adding + committing changes, run following command: git push --set-upstream origin sk/[your branch name from step 1 here]
  3. Go to GitHub website and go to "Pull requests"
  4. Create a new pull request for your branch + add any important info
  5. Send message to rest of chat to review PR + be able to merge it into main

Prerequisites

You can get a local copy up and running with an EMULATOR or through the EXPO GO APP:

💻 EMULATOR: if you don't have Android Studio already installed, follow the directions here *System requirments: check the bottom of this page.

📱 EXPO GO: Download on your iPhone or Android.

Set-Up

Once you have either the emulator or Expo Go installed, you can run it on your local device by...

  1. Clone the repo
    git clone https://github.com/sarahk46/shukr-app.git
  2. Install NPM packages
    npm install / yarn install
  3. Start the app
    expo start / yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published