Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaljosea/deel
Deel PaySlip app
https://github.com/amaljosea/deel
Last synced: 8 days ago
JSON representation
Deel PaySlip app
- Host: GitHub
- URL: https://github.com/amaljosea/deel
- Owner: amaljosea
- Created: 2024-02-01T06:28:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T11:24:07.000Z (10 months ago)
- Last Synced: 2024-04-15T10:21:02.469Z (7 months ago)
- Language: TypeScript
- Homepage: https://dashboard.ionicframework.com/preview/adf3bf66/oya5nekecj
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### How to test deployed version
On web:
- Go to https://dashboard.ionicframework.com/preview/adf3bf66/ldf8f7i05r or https://ldf8f7i05r.appflowapp.com/ to test it on the web.
On native mobile:
- Download Nexus app https://capacitor.nexusbrowser.com/capacitor
- Enter https://ldf8f7i05r.appflowapp.com in the Nexus app### How to run locally?
- Make sure you have the done the environment setup https://capacitorjs.com/docs/getting-started/environment-setup
- Install dependencies: `npm i`
- Run on the web: `ionic serve`
- Run on the android simulator: `npx cap run android`
- Run on ios simulator: `npx cap run ios`### Run unit test
- `npm run test.unit`
### Run e2e test
- `npm run test.e2e`
### Build and sync
- `npm run build`
- `npx cap sync`