An open API service indexing awesome lists of open source software.

https://github.com/errorcodezero/hackbuds


https://github.com/errorcodezero/hackbuds

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hackbuds



This project is part of Shipwrecked, the world's first hackathon on an island!

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.

## Development

```
$ 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.