Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Simple dashboard to show the progress of Hacktoberfest PRs between teams

Notifications You must be signed in to change notification settings

MiWayInsurance/Hacktoberfest

Repository files navigation

Hacktoberfest

Simple dashboard to show the progress of Hacktoberfest PRs between teams

Setup guide

  1. Clone the repository
  2. Setup the web server (for example NGINX or Apache)
  3. Run composer install
  4. Run yarn install
  5. Run ./node_modules/.bin/encore dev
  6. You will need a GitHub access token. You can read more on GitHub access tokens here. Once you have your token, add the following entry to your .env file: GITHUB_AUTH_TOKEN=<your-access-token>