# 3% Plus - Client ![alt text](https://github.com/abergavenny/dreiprozent-plus/blob/main/client/images/desktop.png?raw=true) ## .env ``` # 3% Plus API VITE_API_URI= # 3% Plus Client VITE_APP_LINK= # CrowdSourcing Tool VITE_CST_URI= ``` ## Web Client ```sh npm install ``` ```sh npm run dev ``` ```sh npm run build ``` ## Android ### Android build ```sh npx cap add android ``` ```sh npm run build ``` ```sh npx cap sync ``` ```sh npx cap open android ``` ### Android Konfiguration (nur wenn keine HTTPS Verbindung möglich ist und es unbedingt sein muss) ```sh ```