Company App
Ionic CLI - If you don't have the ionic CLI installed refer official documentation for the installation instructions.
npm i
.env
file by taking reference from the .env.example
.ionic serve
git clone https://github.com/hotwax/company.git <repository-name>
cd <repository-name>
npm i
.env
file by taking reference from the .env.example
.ionic serve
We are using firebase hosting for the Company app deployment Here are the steps to deploy app on firebase hosting
Generate .env file from .env.example
Build the application using following command
ionic build
Login into firebase
firebase login
Run following command to deploy to firebase hosting
firebase deploy --only hosting:company
firebase deploy --only hosting:company-dev
As there is a bug in Ionic cli due to which we cannot pass flag variables for commands (See #4669). To build application in different modes we need to use vue-cli-service to build and then use the built app using capacitor copy command further.
Follow following instructions:
Manually build the application using vue-cli-service: npx vue-cli-service build --mode=sandbox
Copy web assets to the native project without building the app: ionic capacitor copy ios --no-build
Open the Android Studio / XCode project:
ionic capacitor open android
ionic capacitor open ios
main
branch. Before starting your work make sure it's up to date with current main
branch.main
branch containing issue number and issue title.If you can't handle some parts of the issue then please ask for help in the comment. If you have any problems during the implementation of some complex issue, feel free to implement just a part of it.
Always define the type of issue:
While writing issues, please be as specific as possible. All requests regarding support with implementation or application setup should be sent to.
You may find some useful resources for improving the UI / UX of the app here.
If you have any questions or ideas feel free to join our Discord channel
Company app is completely free and released under the Apache v2.0 License. Check LICENSE for more details.