bhattaraib58 / frogtoberfest

Track your progress for Frogtoberfest. πŸŽƒ 🐸

Home Page:https://frogtoberfest.lftechnology.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frogtoberfest Checker

Web app to track your progress for Frogtoberfest.

πŸ‘‰ https://frogtoberfest.lftechnology.com

CI Status

CircleCI

Requirements

  • Node v8+

Running the App

  • 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

Running the app within Docker

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

License

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! πŸŽƒ 🐸

About

Track your progress for Frogtoberfest. πŸŽƒ 🐸

https://frogtoberfest.lftechnology.com

License:MIT License


Languages

Language:CSS 85.4%Language:JavaScript 13.8%Language:HTML 0.7%Language:Dockerfile 0.1%