Files
doneit-web/readme.md
T
Evandre Da Silva 5cfa96d682 tagging version 0.1
2022-06-29 15:05:28 +01:00

1.3 KiB

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

## Mobile first dependencies
ionic cordova plugin add cordova-plugin-network-information

## memory leak
set NODE_OPTIONS=--max_old_space_size=99996

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

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.