Skip to content

TachyonCMS/desktop-editor

Repository files navigation

TachyonCMS (desktop-editor)

Manage TachyonCMS files locally, without any backend servers required.

Install Quasar CLI

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

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

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

or for Electron

quasar build -m electron

Customize the configuration

See Configuring quasar.config.js.

Using with the TachyonCMS Storage API

About

Manage TachyonCMS files locally, without any backend server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published