openorder24

Build Status Join the chat at https://gitter.im/manueltaber/openorder

This is the Angular2 port of the "openorder24" - App. Try out our hosted DEMO version of the Ionic-App (Master-Branch): DEMO. If you have a question about using the project, please ask in the openorder24 Slack group.

Getting started with the Ionic-App

First of all you have to install the ionic framework and the cordova cli:

> npm install -g ionic@beta
> npm install -g cordova

Open /ionicapp afterwards and execute these commands:

> npm install
> ionic serve

Everything should work fine now (probably)

Getting started with the Web-App

First of all you have to install the angular cli:

> npm install -g angular-cli

Open /webapp afterwards and execute these commands:

> npm install
> ng build
> ng serve

Everything should work fine now (probably)

Contributing

Thanks for your interest in contributing to the openorder24 project!

Creating an Issue

If you have a question about using the project, please ask in the openorder24 Slack group.

If you think you have found a bug, or have a new feature idea, please start by making sure it hasn't already been reported. You can search through existing issues to see if there is a similar one reported. Include closed issues as it may have been closed with a solution.

Next, create a new issue that thoroughly explains the problem. Please fill out the populated issue form before submitting the issue.

Creating a Pull Request

We appreciate you taking the time to contribute! Before submitting a pull request, we ask that you please create an issue that explains the bug or feature request and let us know that you plan on creating a pull request for it. If an issue already exists, please comment on that issue letting us know you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort.

Looking for an issue to fix? Make sure to look through our issues with the help wanted label!

License

Copyright 2016 Manuel Taber