ConnectProject / mavoix-app

0 stars 1 forks source link
hacktoberfest

Ma Voix -- Application

Preparation

  1. Prepare the API

    Go to https://github.com/ConnectProject/mavoix-api

  2. Prepare the repo

    git clone https://github.com/ConnectProject/mavoix-app.git

npm install

  1. Load environment variables

    To load environment variables you can copy .env.example to a file called .env and set the variables to match the api.

  2. Install Quasar CLI

    npm install -g @quasar/cli

Running

quasar dev -m capacitor -T [ios, android]

Enjoy