Skip to content

Electron based application for personal blog CMS editor

License

Notifications You must be signed in to change notification settings

shobhitsharma/seeams

Repository files navigation

Editor

A minimalistic yet comprehensive CMS Editor application for Electron runtime. Tested on OSX, Windows and Linux.

Development

# Installation
$ npm install

# Runner
$ npm start

# Builds `dist` for shipping
$ npm run release

# Unit tests (*.spec.js)
$ npm test

# End to end tests (*.e2e.js)
$ npm run e2e

# Code coverage
$ npm run coverage

Application manifests separate interpolable packages due to compilation of C modules at /package.json and /app/package.json. ES6 syntax for src and Vanilla/CommonJS for app due to native support.

Architecture

  • src - ES6 scripts to be transpiled containing core functionality
  • app - Holds static assests container and helpers

The build process compiles all stuff from the src folder and puts it into the app folder, so after the build has finished, your app folder contains the full, runnable application.

Resources

License

Released under the MIT license.

About

Electron based application for personal blog CMS editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages