Skip to content

The front-end, mobile application of our college project

License

Notifications You must be signed in to change notification settings

smgestupa/bms-mobile

Repository files navigation

bms-mobile

The front-end, mobile application of our college project

This uses Svelte for the front-end, and Capacitor to convert it into a mobile application.

Cloning the Repository

  1. Go to your preferred directory
  2. Open your terminal and execute [email protected]:laazyCmd/bms-mobile.git
  3. Open/import the project to your preferred IDE
  4. Open a terminal inside the directory and execute npm install
  5. Run npm run dev -- --host
  6. Add this on capacitor.config.json:

    You can choose the last two addresses after exposing host

    "server": {
        "hostname": "https://[REPLACE]:5173",
        "cleartext": true
    }
    
  7. Do npm run android:build then npm run android:dev

    You must have installed an Android Emulator beforehand

Virtual Device(s) Used

  • Pixel 3 API 30

About

The front-end, mobile application of our college project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages