Skip to content

coala/git-task-list

Folders and files

NameName
Last commit message
Last commit date
Jun 10, 2018
Jun 10, 2018
Jul 9, 2018
Jul 9, 2018
May 28, 2018
Jul 9, 2018
Apr 2, 2017
Jun 13, 2018
Jun 12, 2018
Apr 2, 2017
May 28, 2018
Jul 9, 2018
Jul 5, 2018
Jun 10, 2018
Aug 5, 2018
Apr 2, 2017
Jun 12, 2018
Jun 12, 2018
Jun 1, 2018
Jul 9, 2018
Jul 9, 2018
Jul 9, 2018
Jul 9, 2018

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