https://github.com/bukinoshita/open-source
:tada: A list of GitHub issues to help beginners make their first pull request.
https://github.com/bukinoshita/open-source
nextjs nodejs open-source react
Last synced: over 1 year ago
JSON representation
:tada: A list of GitHub issues to help beginners make their first pull request.
- Host: GitHub
- URL: https://github.com/bukinoshita/open-source
- Owner: bukinoshita
- License: mit
- Created: 2017-02-22T13:55:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T16:33:31.000Z (over 6 years ago)
- Last Synced: 2025-02-28T02:11:46.217Z (over 1 year ago)
- Topics: nextjs, nodejs, open-source, react
- Language: JavaScript
- Homepage: https://open-source.now.sh
- Size: 431 KB
- Stars: 55
- Watchers: 4
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
# Open Source
> A list of GitHub issues to help beginners make their first pull request.
[](https://app.codeship.com/projects/204511)
[](https://travis-ci.org/bukinoshita/open-source)
## Install
```bash
$ npm install
```
## Running
```bash
$ npm run dev
```
## Configuration
env.js is loaded in index.js to set up all the ENV variables, and the only one
variable being used right now is GITHUB_TOKEN which is the access token you can
generate with your GitHub account. For example, your env.js could simply look
like this:
```bash
process.env.GITHUB_TOKEN = '123456'
```
## License
[MIT](https://github.com/bukinoshita/open-source/blob/master/LICENSE) © Bu Kinoshita