Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

MurmurationsNetwork/open-groups-hub

Repository files navigation

Open Groups Hub

This was a proof of concept aggregator. You can see it in action at:
https://open-groups-hub.vercel.app

Install and run

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!