This repository contains the prototype for the Universal Discovery Interface (UDI) chatbot.
The chatbot responds to queries with visualization of the available datasets. This interface is useful as we develop and experiment with the UDI-Grammar.
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
quasar build