Skip to content

CodeAssociation/vocechat-web

 
 

Repository files navigation

Web Client of VoceChat

contributions welcome GitHub issues GitHub GitHub top language Docker Pulls

  • 🎉 Powered by React & Redux Toolkit
  • ✅ Typescript
  • 📦 PWA
  • 📢 Notification

Host your server! Or use our test server

  • Host your own Voce server (docker image): Run on x86_64 platform:
docker run -d --restart=always \
  -p 3000:3000 \
  --name vocechat-server \
  privoce/vocechat-server:latest

For more server hosting instructions, see our documentation: https://doc.voce.chat/

Preview

Local Development

  • git clone https://github.com/Privoce/vocechat-web vocechat-web

  • cd vocechat-web & yarn install

  • yarn start

  • Open localhost:3009

Tools Recommended

License

GPL v3

Thanks all the contributors

Packages

No packages published

Languages

  • TypeScript 89.8%
  • JavaScript 7.5%
  • HTML 1.9%
  • Other 0.8%