Skip to content
/ fred Public
forked from modxcms/fred

The friendly front-end editor for visual, drag-and-drop content building in MODX CMS

License

Notifications You must be signed in to change notification settings

neoneddy/fred

 
 

Repository files navigation

Fred

The friendly front-end editor

Folder structure

  • _build/assets/js - source codes for Frontend part
  • _build/assets/sass - source codes for Frontend styles
  • assets/components/fred/mgr - CMP part
  • assets/components/fred/web - Assets to be used on Frontend
  • assets/components/fred/web/endpoints - XHR endpoints
  • core/components/fred/model/fred/src - Autoloaded directory for Fred namespace
  • core/components/fred/model/fred/src/Endpoint - Implementation for XHR endpoints

Prerequisites for DEV

  • MODX Revolution
  • GPM
  • Composer
  • Node JS
  • ruby sass

Develop

  • npm install from root
  • composer install from core/components/fred/model

Build

  • npm run build-dev (starts watchers)
  • npm run build (also minifies and other things for prod.)

About

The friendly front-end editor for visual, drag-and-drop content building in MODX CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • CSS 26.7%
  • PHP 22.4%
  • Other 0.1%