A timeline of your repositories, issues, pull requests, and even comments!
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>
MIT