This project is a simple i18n editor to be deployed as a small web-application. It's never intended to save anything to anywhere, it will be all in one session.
Reloading the page, clears everything.
yarn
# or
npm install
yarn dev
# or
npm run dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
quasar build