This was a proof of concept aggregator. You can see it in action at:
https://open-groups-hub.vercel.app
To run locally, install the dependencies:
npm install
If you will be contributing to the repo, prepare the pre-commit git hook:
npm run prepare
Set your environment variables in an .env
file.
Start the development server:
npm run dev
Open up http://localhost:3000 and try it out!