Simple dashboard to show the progress of Hacktoberfest PRs between teams
- Clone the repository
- Setup the web server (for example NGINX or Apache)
- Run
composer install
- Run
yarn install
- Run
./node_modules/.bin/encore dev
- 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>