Skip to content

leapfrogtechnology/frogtoberfest

 
 

Repository files navigation

Frogtoberfest

Web app to track your progress for Frogtoberfest.

👉 https://frogtoberfest.lftechnology.com

Requirements

  • Node v16+

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

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! 🎃 🐸

Languages

  • CSS 71.4%
  • JavaScript 18.9%
  • SCSS 8.6%
  • HTML 1.1%