Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.37 KB

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