Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsubik/splittypie
Easy expense splitting
https://github.com/tsubik/splittypie
ember firebase javascript money
Last synced: about 1 month ago
JSON representation
Easy expense splitting
- Host: GitHub
- URL: https://github.com/tsubik/splittypie
- Owner: tsubik
- License: mit
- Created: 2016-01-12T13:31:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:13:58.000Z (about 2 years ago)
- Last Synced: 2024-12-09T14:15:32.113Z (about 1 month ago)
- Topics: ember, firebase, javascript, money
- Language: JavaScript
- Homepage: https://splittypie.com/
- Size: 3.66 MB
- Stars: 177
- Watchers: 8
- Forks: 21
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SplittyPie
[![Build Status](https://github.com/cowbell/splittypie/workflows/Tests/badge.svg)](https://github.com/cowbell/splittypie/actions?query=workflow%3ATests)
[![Code Climate](https://codeclimate.com/github/cowbell/splittypie/badges/gpa.svg)](https://codeclimate.com/github/cowbell/splittypie)SplittyPie is an offline-first Ember application. It's mobile friendly and
follows [Progressive Web App concept.](https://developers.google.com/web/progressive-web-apps/)## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](http://www.ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)