Ecosyste.ms: Awesome

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

https://github.com/conference-buddy/conference-buddy

Conference Buddy web application. Conference Buddy provides a platform to find companions for tech conferences. Let’s make tech events more approachable - one Buddy at a time ❤️
https://github.com/conference-buddy/conference-buddy

community conferences social-anxiety tech-community tech-conferences

Last synced: about 2 months ago
JSON representation

Conference Buddy web application. Conference Buddy provides a platform to find companions for tech conferences. Let’s make tech events more approachable - one Buddy at a time ❤️

Lists

README

        

# Conference Buddy 2.0.

✨ this is a work-in-progress project ✨

Conference Buddy is currently in an aplha-version. This enables us to gather feedback and see what features are needed.

## Background about the project

Conference Buddy provides a platform where you can find companions for tech conferences if you're uncomfortable going on your own - or if you want to support someone who feels that way!

You can look for one or more person with whom you can attend a conference together. Support each other, find a familiar face between all these strangers. You will feel more at ease and comfortable just knowing you’re not alone.

At the same time, you have the opportunity to help others to feel better! Let’s make tech events more approachable - one Buddy at a time.

## Local development

⚠️ at the moment, there is no public available script for a initializing database tables.

1. Install [supabase-cli](https://supabase.com/docs/guides/cli)
2. Install [Docker](https://docs.docker.com/get-docker/) (needed for supabase-cli)
3. Run `supabase start`
4. Run `pnpm dev`
5. Visit app on `localhost:8000`