Giter Club home page Giter Club logo

source-app's Introduction

Source App

This is the client side ionic app for the Source App.

Installation

To run this app

npm install

Development

By default. Source-App will attempt to connect with the production API. This is so we can update to the build with the production URL in place.

To run in development mode just uncomment out line 2 of app.js and run

ionic serve

Don't forget to comment it out when you make your merge request.

Contributing

Once you have forked the repo and run the steps in installation,

git remote add upstream https://github.com/source/source-app

Once you are ready to start working on a feature

git checkout -b feature/<youionicr-feature-branch>
git add .
git commit -m "<a summary of your changes>"
git push origin feature/<your-feature-branch>

Once in GitHub, create a pull request to upstream. Once it is approved you will have to then

git checkout master
git pull upstream master

Builds

Source app is currently only for iOS but there is an android build in the works

iOS

To build on iOS

ionic platform add ios
ionic build ios
ionic emulate ios

To share through the ionic view app

ionic link <app-id>
ionic upload

Get the ionic view app here https://itunes.apple.com/us/app/ionic-view/id849930087?ls=1&mt=8

To Do

source-app's People

Contributors

pat-riley avatar

Watchers

 avatar  avatar  avatar

source-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.