git-task-list
git-task-list copied to clipboard
Git Task Lists
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
- Adding more link for GSOC Organizations. See Add a easy selector for GSOC org.
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone https://github.com/bekicot/gsoc-prep-tasks.gitthis repositorycd gsoc-prep-tasksnpm installbower install
Running / Development
ember serve- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build(development)ember build --environment production(production)