@ -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
Create a .env file with the code below filled in.
api credentials.
```
CLIENT_ID = <your_github_username>
CLIENT_SECRET = <your_generated_personal_access>
SESSION_SECRET = <any_string_you_want>
PORT = <any_number>
```
```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,
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.
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