Skip to content

coala/git-task-list

Repository files navigation

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

Prerequisites

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

Installation

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

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links