Commanditor is a simple text-editor to edit your files stored on Google Drive™.
The app is based on Monaco Editor, the beautiful and powerful editor that is part of Visual Studio Code.
npm run dev
to run the development server and watch for file-changesnpm run build
to run a new production build to thedist
-directorynpm run preview
to locally preview a production buildnpm run check-format
to check code formatting with prettier
Commanditor is hosted on GitHub Pages.
A new version can be deployed by running the "Deploy to GH Pages" workflow (dispatched manually).