Tools for searching issues on github. It can be filtered out only to return issues that suitable for you to contribute.
See more at Project#1
- Adding more link for GSOC Organizations. See Add a easy selector for GSOC org.
You will need the following things properly installed on your computer.
git clone https://github.com/bekicot/gsoc-prep-tasks.git
this repositorycd gsoc-prep-tasks
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)