Note: This application only makes unauthenticated calls to the Github API, so it is prone to aggressive rate limiting.
https://github-readme-viewer.surge.sh
Requirements
- >= Node 10
- yarn
To get the project running locally:
- Clone this repository
$ git clone [email protected]:kyleoliveiro/github-readme-viewer.git
$ cd github-readme-viewer
- Install project dependencies
$ yarn
- Serve the project
$ yarn serve
Run yarn build
to generate a production build.