..
2019-12-21 21:53:18 +01:00
2024-04-15 00:58:42 +02:00
2020-10-16 09:03:12 +02:00
2022-04-01 01:41:06 +02:00
2022-04-01 01:41:06 +02:00
2024-04-15 00:58:42 +02:00
2022-03-11 21:51:30 +01:00
2020-01-03 21:52:02 +01:00
2024-04-15 00:58:42 +02:00
2019-12-21 21:53:18 +01:00
2024-04-15 00:58:42 +02:00
2020-10-16 09:03:12 +02:00

Start the application:

npm install

upgrade package

npm audit fix

npm install -g angular-cli

start the application:

npx ng serve --watch

plus facilement: npm install @angular-devkit/build-angular@0.901.9 npm start

Apply linter:

npx ng lint

build the local image:

docker build -t gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest .

docker login gitea.atria-soft.org

docker push gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest