- Prepare the API
- Prepare the repo
git clone https://github.com/ConnectProject/mavoix-app.git
npm install
- 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.
- Install Quasar CLI
npm install -g @quasar/cli
quasar dev -m capacitor -T [ios, android]