This Extension allows users to find new & interesting work, right where you work, on github.com.
Gitcoin pushes Open Source Forward. Learn more at https://gitcoin.co
Star and watch this github repository to stay up to date, we're pushing new code several times per week!
The Browser extension is live on the Google Chrome Store. Get it here.
=======
Clone the repo, then
$ yarn install
$ yarn build
Note: this method is only useful for testing the popup page.
To avoid cross domain (CORS) issue when using fetch API, modify src/constants.js
and change DEVELOPMENT
's value:
const DEVELOPMENT = true
That will use mocked json file in /public/mock.gitcoin.co.json
.
Then debugging the popup page via yarn start
.
Run yarn test
or yarn test --coverage
for test and test coverage.
Copyright (C) 2017 Gitcoin Core
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.