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

Latest commit

 

History

History
10 lines (9 loc) · 562 Bytes

File metadata and controls

10 lines (9 loc) · 562 Bytes

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>