Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trustvox/delorean
Delorean Timer is a opensource initiative of Trustvox Team to create free and useful stuff to world!
https://github.com/trustvox/delorean
ember ember-cli emberjs free json opensource timer
Last synced: about 2 months ago
JSON representation
Delorean Timer is a opensource initiative of Trustvox Team to create free and useful stuff to world!
- Host: GitHub
- URL: https://github.com/trustvox/delorean
- Owner: trustvox
- License: mit
- Created: 2018-01-16T21:19:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:52:07.000Z (about 2 years ago)
- Last Synced: 2024-04-24T10:03:15.280Z (9 months ago)
- Topics: ember, ember-cli, emberjs, free, json, opensource, timer
- Language: JavaScript
- Homepage: https://trustvox.github.io/delorean
- Size: 2.9 MB
- Stars: 6
- Watchers: 7
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# delorean
[![Build Status](https://travis-ci.org/trustvox/delorean.svg?branch=feature%2Finstall-ember-paper)](https://travis-ci.org/trustvox/delorean)
Track your time, easily and free with this emberjs based tracker timer!
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)## Installation
* `git clone ` this repository
* `cd delorean`
* `npm install`## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).### 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](https://emberjs.com/)
* [ember-cli](https://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/)