Steps:
1- Git clone the repository
git clone https://github.com/xmiguez/FootScore.git
2- Create and populate a .env.local File with:
APIFOOTBALL_TOKEN=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
3- Install Project dependencies
npm i
4- Run the app locally
npm run dev