# problem-ol **Repository Path**: mirrors_bmanojlovic/problem-ol ## Basic Information - **Project Name**: problem-ol - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quasar App (problem-ol) A Quasar Framework app ## Install the dependencies ```bash yarn ``` ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash quasar dev ``` ### Lint the files ```bash yarn run lint ``` ### Build the app for production ```bash quasar build ``` ### Customize the configuration See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).