The Wayback Machine - https://web.archive.org/web/20221201061541/https://github.com/Privoce/vocechat-web
Skip to content

Privoce/vocechat-web

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Web Client of VoceChat

contributions welcome GitHub issues GitHub GitHub top language

  • πŸŽ‰ 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