Peter Maquiran 4bcaba8ee0 Update
2021-08-11 10:52:31 +01:00
2021-02-23 15:35:49 +01:00
2021-07-30 08:31:58 +01:00
2021-08-11 10:52:31 +01:00
2021-07-23 15:57:01 +01:00
2021-02-23 15:35:49 +01:00
2021-07-15 12:34:51 +01:00
2021-07-14 22:10:22 +01:00
2021-07-20 15:04:29 +01:00
2021-07-08 11:07:40 +01:00
2021-02-10 14:06:38 +01:00
2021-08-09 13:56:17 +01:00
2021-04-08 09:25:25 +01:00
2021-02-25 09:42:06 +01:00
2021-07-15 12:29:37 +01:00
2020-08-05 15:39:16 +01:00
2021-08-09 13:56:17 +01:00
2021-08-09 13:56:17 +01:00
2021-08-09 13:56:17 +01:00
2020-08-05 15:39:16 +01:00
2021-07-08 16:17:37 +01:00

Gabinete Digital

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

## Mobile first dependencies
cordova plugin add cordova-plugin-mfp-jsonstore
cordova plugin add cordova-plugin-mfp

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

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%