https://github.com/vhsw/ggez
  
  
    WebRTC voice chat application 
    https://github.com/vhsw/ggez
  
voice-chat webrtc website
        Last synced: 9 months ago 
        JSON representation
    
WebRTC voice chat application
- Host: GitHub
 - URL: https://github.com/vhsw/ggez
 - Owner: vhsw
 - Created: 2025-02-18T16:28:33.000Z (9 months ago)
 - Default Branch: master
 - Last Pushed: 2025-02-20T21:31:18.000Z (9 months ago)
 - Last Synced: 2025-02-20T22:28:53.918Z (9 months ago)
 - Topics: voice-chat, webrtc, website
 - Language: Svelte
 - Homepage: https://ggeze.netlify.app
 - Size: 146 KB
 - Stars: 1
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
README
          # GGEZ
GGEZ is a WebRTC voice chat application that enables users to communicate in real-time over the internet. With just a few clicks, you can create or join a room and start chatting with friends.
Visit the live demo at [ggeze.netlify.app](https://ggeze.netlify.app/)
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
## Attributions
Sounds
[Jumping](https://freesound.org/people/unfa/sounds/193438/)
[Beep Bad](https://freesound.org/people/unfa/sounds/154888/) and
[Beep Good](https://freesound.org/people/unfa/sounds/154887/)
by
[unfa](https://freesound.org/people/unfa/)