Manage TachyonCMS files locally, without any backend servers required.
The Quasar CLI is required to run the hot-loading dev environment or create the production build.
Follow the instructions from Quasar, noting that Node 10 or Node 12 is required. Other versions are known to NOT WORK. https://v1.quasar.dev/quasar-cli/installation
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
quasar build
or for Electron
quasar build -m electron