An open API service indexing awesome lists of open source software.

https://github.com/datacite/dackel


https://github.com/datacite/dackel

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dackel

[![Build Status](https://travis-ci.org/datacite/dackel.svg?branch=master)](https://travis-ci.org/datacite/dackel) [![Test Coverage](https://api.codeclimate.com/v1/badges/3688e90255a87bc0c129/test_coverage)](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).