Dependencies are installed using `npm`. Therefore, please install the package manager
before proceeding. If you already have `npm` installed, run the command below inside
`/server` in order to install the dependencies in the package directory.
```bash
```bash
npm install
npm install
```
```
#### Activate GitHub-Graphs
Inside `/server`, run the following command to start the program, and in your
browser, check `localhost:8000` to visualize your Github network.
```bash
```bash
node server.js
node server.js
```
```
# Contributing
## Contributing
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.
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.