This repository has been migrated to app-telos-native for major dependency and framework updates. Telos Net (telos-net) Install the dependencies yarn Create a .env file in the root directory copy the .env.example file and replace any placeholder values with real data cp .env.example .env Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Lint the files yarn run lint Build the app for production quasar build Customize the configuration See Configuring quasar.conf.js.