This is an updated version of our previous mobile application project. This application was built using SvelteKit and Capacitor, and DaisyUI as this application's UI library.
- Choose a preferred directory
- Open a terminal and clone the repository:
git clone git@github.com:laazyCmd/ccs308-bms-mobile-application.git
- Import the directory with your preferred IDE
- Open a terminal inside the root project directory and execute:
npm install
- Append this inside
capacitor.config.json
:..., "server": { "hostname": "http://10.0.2.2:5173", "cleartext": true }
- Run
npm run dev -- --host
- Do
npm run android:build
thennpm run android:dev
You must have an Android Emulator installed beforehand
Pixel 3 API 30
(Virtual)Samsung Galaxy A04
(Physical)