This project is basic Next.js app with GitHub action to run Lighthouse ci and upload the Artifacts to GitHub
To use this project, follow these steps:
# Navigate into the project
cd ./nextjs-lighthouse-ci
# Install node_modules
npm i
# Run the project in Development Mode
npm run dev