https://github.com/datacite/dackel
https://github.com/datacite/dackel
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datacite/dackel
- Owner: datacite
- License: mit
- Created: 2018-04-18T21:16:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:16:17.000Z (over 3 years ago)
- Last Synced: 2025-09-11T10:24:32.682Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dackel
[](https://travis-ci.org/datacite/dackel) [](https://codeclimate.com/github/datacite/dackel/test_coverage)
Repository Finder
## 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 dackel`
* `npm install`
## Running / Development
* `ember serve`
* 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](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/)
## License
**Dackel** is released under the [MIT License](https://github.com/datacite/dackel/blob/master/LICENSE).