mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
f3f091c7076daa5012394c51333f50d4497f264d
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
npm install -g @angular/cli
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
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.
Description
Languages
JavaScript
91%
HTML
3.8%
TypeScript
3.4%
SCSS
0.8%
Java
0.8%
Other
0.2%