instrucciones en el readme

This commit is contained in:
2023-09-25 15:36:37 +02:00
parent a75f90dad9
commit 99202436c0

View File

@@ -1,41 +1,17 @@
# PlantasCalc (plantas)
# Quasar App (ejercicio_quasar)
Cálculo de los días de riego de mis plantas
## Install the dependencies
```bash
yarn
# or
npm install
### Crear la imagen
```
docker build -t regar2509231522 .
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
### borrar y crear contenedor
```
docker rm -f plantas && docker run -d --name=plantas --restart unless-stopped -p 33331:80 regar2509231522
```
### Lint the files
```bash
yarn lint
# or
npm run lint
### purgar docker
```
### Format the files
```bash
yarn format
# or
npm run format
docker system prune
docker image prune -a
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).