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: 2 days 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 ❤️
- Host: GitHub
- URL: https://github.com/conference-buddy/conference-buddy
- Owner: conference-buddy
- License: bsd-3-clause
- Created: 2021-11-28T20:02:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T20:37:43.000Z (over 1 year ago)
- Last Synced: 2024-04-13T18:42:53.320Z (7 months ago)
- Topics: community, conferences, social-anxiety, tech-community, tech-conferences
- Language: TypeScript
- Homepage: https://conferencebuddy.io
- Size: 2.69 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-psychology-projects - conference-buddy/conference-buddy-web-app - platform to find companions for tech conferences (Anxiety / Social Anxiety)
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`