DevC-Amman / devc-app

DevC Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevC Application

This repository contains the DevC mobile app.

This app requires devc-app-server to run properly.

Getting Started

These instruction

Prerequisites

To get the app running you need to have the following installed and setup on your machine:

Installation and Setup

Clone this repository to your desired directory:

$ git clone https://github.com/DevC-Amman/devc-app

cd in to the devc-app directory and run the install script to install the dependencies:

$ npm install
// or
$ yarn install

After installing dependencies finishes, you should be able to run the app on your device using:

$ react-native run-android
// or
$ react-native run-ios

If the prerequisites and the installation are done correctly the app should open on your emulator/device.

App Configs

To configure the app edit the ./src/Configs.js file and replace the logo assets in ./Assets.

License

This project is licensed under the MIT License - see the LICENSE file for details DevC Application

About

DevC Application

License:MIT License


Languages

Language:Objective-C 95.8%Language:JavaScript 2.4%Language:C 1.1%Language:Shell 0.6%Language:Java 0.1%Language:Python 0.1%Language:Ruby 0.0%