App for log your car parts maintenance such as engine, oil and any what you want! Manage cost, date and mileage.
Clone this repository locally :
git clone https://github.com/mkinitcpio/car-maintenance.git
Install dependencies with npm :
npm install
Command | Description |
---|---|
npm run ng:serve |
Execute the app in the browser |
npm run build |
Build the app. Your built files are in the /dist folder. |
npm run build:prod |
Build the app with Angular aot. Your built files are in the /dist folder. |
npm run electron:local |
Builds your application and start electron |
npm run electron:build |
Builds your application and creates an snap image for Linux |