Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 456 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 456 Bytes

DeviceAssistant

Chat with an AI assistant who knows the documentation of GPS devices.

Article

Install the dependencies

yarn
# or
npm install

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