Messaging service for the web, based on WhatsApp.
- End to end user encryption
- Real time private and group chatting with the option of sending all sorts of multimedia
- User customization
- Register a new Supabase app
- Install the dependencies
npm install- Define the .env file with the following entries:
VUE_APP_SUPABASE_URL=
VUE_APP_SUPABASE_ANON_KEY=- Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar devnpm run lintquasar build
