FormsCovid (formscovid)

Formulario web, que replica aplicativo usado para coletar dados de crianças e adolescentes com intuito de estudar doenças mentais durante a pandemia.

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

Run Docker

docker run -it -p 8000:8080 --rm <image_name>