Skip to content

Zerone-IIITDM/IIITDM-Daily

Repository files navigation

Build Status

IIITDM Daily App

This repository contains the front-end code for IIITDM Daily mobile app. The code is common to both iOS and Android.

Running locally:

  • iOS

    • yarn install or npm install.
    • react-native link for linking external modules.
    • react-native run-ios.
  • Android

    • yarn install or npm install.
    • react-native link for linking external modules.
    • react-native run-android.

Contribution guidelines:

  • Fork this repository.
  • Clone this repository using git clone https://github.com/Zerone-IIITDM/IIITDM-Daily.git.
  • Make appropriate changes.
  • Run npm test.
  • Send a pull request.

Note:

  • Whenever you make a single change, commit it with a commit message. Don't make multiple changes and put a single commit message, this creates a lot of confusion and creates a problem in keeping track of bugs.
  • We use Jest for testing, you can read more about this here: link to Jest!.

About

IIITDM Daily App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors