Skip to content

MatijaNovosel/shout

Repository files navigation

Shout

Messaging service for the web, based on WhatsApp.

⚠️ WIP: Currently transferring the backend from Firebase to Supabase

📱 Mobile version

image

🚀 Features

  • End to end user encryption
  • Real time private and group chatting with the option of sending all sorts of multimedia
  • User customization

🔨 Built With

⚙️ Setup

  1. Register a new Supabase app
  2. Install the dependencies
npm install
  1. Define the .env file with the following entries:
VUE_APP_SUPABASE_URL=
VUE_APP_SUPABASE_ANON_KEY=
  1. Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.