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

https://github.com/coala/git-task-list

Git Task Lists
https://github.com/coala/git-task-list

ember ember-cli ember-inspector git google-summer-of-code gsoc gsoc-evaluation-task issue-board javascript

Last synced: 7 months ago
JSON representation

Git Task Lists

Awesome Lists containing this project

README

          

# GSOC Preparation Tasks

Tools for searching issues on github. It can be filtered out only to return issues that suitable for you to contribute.

## TO DO

See more at [Project#1](https://github.com/bekicot/gsoc-prep-tasks/projects/1)

* Adding more link for GSOC Organizations. See [Add a easy selector for GSOC org](https://github.com/bekicot/gsoc-prep-tasks/issues/6).

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Bower](https://bower.io/)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)

## Installation

* `git clone https://github.com/bekicot/gsoc-prep-tasks.git` this repository
* `cd gsoc-prep-tasks`
* `npm install`
* `bower install`

## Running / Development

* `ember serve`
* Visit your app at .

### Running Tests

* `ember test`
* `ember test --server`

### Building

* `ember build` (development)
* `ember build --environment production` (production)

## Further Reading / Useful Links

* [ember.js](http://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/)