Skip to content

A hybrid mobile frontend for the QuarantinedHelp project, built using the Ionic framework. The project aims to help people to find help while in quarantined.

License

Notifications You must be signed in to change notification settings

naveenpanickal/quarantine-hybrid-app

 
 

Repository files navigation

QuarantineHelp

Maintainability Depfu License: GPL v3 Slack

A hybrid mobile frontend for the QuarantineHelp project. The project aims to help people to find help while in quarantine.

This repo contains the hybrid app frontend built using the Ionic Framework. The PWA version of the app can be found at https://mobile.quarantinehelp.space/.

Getting started

Local Development server

  • After installing up nodeJS and Ionic, you can run ng serve for a dev server.
  • Navigate to http://localhost:8100/. The app will automatically reload if you change any of the source files.

Build

Run ionic build to build the project. The build artifacts will be stored in the www/ directory. Use the --prod flag for a production build.

Copy your Web Assets

When you are ready to run your app natively on a device or in a simulator, copy your built web assets using npx cap copy.

Note: You may need to run npx cap sync if you wish to update the native dependencies too.

Open your Native IDE

Capacitor uses the Native IDEs to build, simulate, and run your app. To open it run npx cap open

Tip : I have added npm scripts capDev and capProd that could be used to run the above steps in a single command. So may use it like npm run capDev to build the Ionic project, sync for capacitor and open up Android Studio.

Contributing

Go through the Github issues and find something you can work on. Read the conrtibution guidelines. Ask questions and let us know before you take up something.

Do join us on Slack for the discussions.

License

This project is made available under the terms of the GPLv3. See the LICENSE file for the full text of the license.

About

A hybrid mobile frontend for the QuarantinedHelp project, built using the Ionic framework. The project aims to help people to find help while in quarantined.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.5%
  • CSS 27.6%
  • HTML 7.7%
  • Java 5.0%
  • JavaScript 2.2%