Peter Maquiran 588745c055 fix
2023-06-05 15:44:51 +01:00
2023-02-16 11:59:57 +01:00
2022-08-03 14:46:49 +01:00
2023-01-25 15:06:19 +01:00
fix
2023-06-05 15:44:51 +01:00
2021-02-23 15:35:49 +01:00
2023-01-16 15:06:27 +01:00
2022-06-07 13:38:45 +01:00
2021-11-09 17:23:39 +01:00
fix
2023-06-05 15:44:51 +01:00
2022-02-16 15:52:59 +01:00
fix
2023-06-05 15:44:51 +01:00
2021-02-23 15:35:49 +01:00
2022-09-27 14:52:01 +01:00
2021-07-15 12:34:51 +01:00
fix
2023-06-05 15:44:51 +01:00
fix
2022-04-14 18:46:07 +01:00
2023-02-06 09:23:36 +01:00
2023-03-28 16:11:59 +01:00
fix
2023-06-05 15:44:51 +01:00
2023-03-22 15:31:01 +01:00
2022-01-03 18:45:37 +01:00
2021-04-08 09:25:25 +01:00
fix
2023-06-05 11:11:24 +01:00
fix
2023-06-05 15:44:51 +01:00
2020-08-05 15:39:16 +01:00
fix
2023-06-05 15:44:51 +01:00
fix
2023-06-05 15:44:51 +01:00
2023-05-18 17:40:52 +01:00
2023-01-24 15:56:47 +01:00
2020-08-05 15:39:16 +01:00
2022-12-17 19:23:01 +01:00
2023-01-19 10:24:19 +01:00
2021-07-08 16:17:37 +01:00
2022-02-16 15:52:59 +01:00

Gabinete Digital v0.1

Requirements

node >= 14

Installation

Use the package manager npm to install dependencies.

npm ci
npm install
npm install -g @ionic/cli
npm install -g lite-server
npm install -g @angular/cli
npm install -g cordova
npm install -g cordova-res

## memory leak 
set NODE_OPTIONS=--max_old_space_size=99999996 &&
npm i cordova-plugin-androidx-adapter --force &&
npm install jetifier --force &&
npx jetify --force

Envarioment Depedencies

Java version 11

ionic build && npx cap add android && npx cap update

BUG

Fix cordova-plugin-camera crash

## uninstall
npx cordova plugin remove cordova-plugin-camera
## install

npx cordova plugin add https://github.com/PieterVanPoyer/cordova-plugin-camera/#bugfix/issue-665-save-instance-restore-bug

Start the development server

ionic serve

build for production and launch server

ionic serve build --prod
npm run start

Run test

# incase you don't have .env file
cp ./.env.example ./.env
# incase you don't have a local build yet
ionic serve build --prod

npm run test

Deploy in local network

ionic build --prod
cp -r ./www ./serve
npm run dev:share

Open xcode

ionic cap copy && ionic cap update && ionic cap open ios &&

Android

npx cap copy android && ionic cap sync android

Tag stable version

git tag stable

Contributing

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

S
Description
No description provided
Readme 570 MiB
Languages
JavaScript 91%
HTML 3.8%
TypeScript 3.4%
SCSS 0.8%
Java 0.8%
Other 0.2%