@ -21,8 +20,14 @@ If you are lucky, you can find the site live
# Running
# Running
Update your conf.json file to contain your preferred port and github
api credentials.
Create a .env file with the code below filled in.
```
CLIENT_ID =
CLIENT_SECRET =
SESSION_SECRET =
PORT =
```
```bash
```bash
npm install
npm install
@ -35,7 +40,4 @@ node server.js
# Contributing
# Contributing
If you want to contribute to this project and don't know where to start,
look at the open issues. Once you know what you want to work on,
just discuss it in the issues and file a pull request. We are very open
to new contributes.
We are very open to new contributors. If you want to contribute to this project, and don't know where to start, look at the [open issues](https://github.com/jrtechs/github-graphs/issues). Once you know what you want to work on, comment on the issue and file a pull request.