Skip to content

IUnknown68/profile-ai

Repository files navigation

Interactive profile. (profile-ai)

Interactive profile frontend using Quasar.

Development state

Somewhere between "Make it work" and "Make it right".

Install the dependencies

yarn
# or
npm install

However, that will not work, since there are dependencies, that are not public yet.

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.