Skip to content

bukinoshita/open-source

Repository files navigation

Open Source

A list of GitHub issues to help beginners make their first pull request.

Codeship Status for bukinoshita/open-source Build Status

Install

$ npm install

Running

$ 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:

process.env.GITHUB_TOKEN = '123456'

License

MIT © Bu Kinoshita