Future hackclub program to let you find a buddy to program with! The idea is you match up with them in a tinder-style ui where you choose somebody and you get a new programming buddy who you can build an app with.
$ cp .env.example .env
$ # fill in with your environment variables
$ vi .env
$ # install packages
$ pnpm install
$ # run dev server
$ pnpm run dev
There's also a docker compose file that runs a postgres db in a container.