Skip to content

A tool built with RiotJS to enable in-page editing of elements with Cortex as a backend

Notifications You must be signed in to change notification settings

cortex-cms/content-snippets-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Snippets (Edit)

A tool to enable in-page editing of elements with Cortex as a backend.

Building/Watching

Install some global dependencies, then project dependencies:

$ npm -g install bower gulp
$ npm install
$ bower install

You will also need to host/locate several CKEditor plugins, which should be available via any hosted Cortex instance. See main.js for further information.

Now you can build or watch the project! Built and Compiled assets will be plopped into the dist directory.

$ gulp build
or
$ gulp watch
or, to minify assets:
$ gulp compile

Configuration

Before using or distributing content-snippets-edit, the .env file should be configured. Copy and rename the .env.example provided and configure to match the environment.

About

A tool built with RiotJS to enable in-page editing of elements with Cortex as a backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published