Web app to track your progress for Frogtoberfest.
๐ https://frogtoberfest.lftechnology.com
- Node v8+
-
Generate a GitHub personal access token to ensure you don't get rate limited as often.
-
Create a
.env
file using.env.example
.$ cp .env.example .env
-
Set your GitHub token as
REACT_APP_GITHUB_TOKEN
environment variable in.env
: -
Install dependencies and start.
$ yarn $ yarn start
As an alternative to the section above, you can run the app within a Docker container:
$ docker build -t frogtoberfest-checker .
$ docker run -p 5000:5000 -e "REACT_APP_GITHUB_TOKEN=YOUR_TOKEN" frogtoberfest-checker
Alternatively, you can use docker-compose.
$ docker-compose up --build
Redistributed and sub-licensed under MIT License ยฉ 2019 - present by Leapfrog Technology.
Originally distributed and licensed under MIT License by Ian Jenkins. Check the original source code here.
Happy Hacking! ๐ ๐ธ