This repository contains the desktop-specific Electron source for the SteadyCMS desktop application built with Vue 3, Electron, and Tailwindcss.
npm installcd src/renderergit clone https://github.com/SteadyCMS/SteadyCMS.git .cd ../..cd src/renderernpx run cssdevnpm run devnpm run dev # starts application with hot reload
npm run build # builds application, distributable files can be found in "dist" folder
# OR
npm run build:win # uses windows as build target
npm run build:mac # uses mac as build target
npm run build:linux # uses linux as build targetOptional configuration options can be found in the Electron Builder CLI docs.
- scripts/ # all the scripts used to build or serve your application, change as you like.
- src/
- main/ # Main thread (Electron application source)
- renderer/ # Renderer thread (VueJS application source goes here)Copyright 2023-2025, the SteadyCMS team. Licensed under the GPL-3.0 license. See LICENSE for details.