/github-timeline

A timeline of your repositories, issues, pull requests, and even comments!

Primary LanguageTypeScriptMIT LicenseMIT

Github Timeline

A timeline of your repositories, issues, pull requests, and even comments!

Contributing

You can contribute by sending a pull request. Start by setting up the development environment.

# Clone this repository
$ git clone https://github.com/ganpa3/github-timeline.git

# Go into the repository
$ cd github-timeline

# Install dependencies
$ npm install

# Run the app
$ npm start

Enter your Github personal access token in the .env file.

REACT_APP_GITHUB_AUTH_TOKEN=<TOKEN>

License

MIT