mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
610 B
610 B
Gabinete Digital
Requirements
Installation
Use the package manager npm to install dependencies.
npm ci
npm install
npm install -g @ionic/cli
npm install -g http-server
Start the development server
ionic serve
build for production and launch server
ionic serve build --prod
npm run start
Run test
npm run jest
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.