https://github.com/errorcodezero/hackbuds
https://github.com/errorcodezero/hackbuds
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/errorcodezero/hackbuds
- Owner: errorcodezero
- Created: 2025-05-14T19:35:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T06:25:27.000Z (about 1 year ago)
- Last Synced: 2025-06-10T05:44:26.559Z (about 1 year ago)
- Language: Svelte
- Homepage: https://hackbuds.vercel.app
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackbuds
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.