Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 798 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 798 Bytes

jangle-core

The core layer for Jangle CMS

Build Status Coverage Status


Overview

This project is focused on adding three features on top of the Mongoose ODM:

  • Authentication - Control who has access to private content.
  • History - Easily track changes and undo mistakes.
  • Publishing - Decide what content should be publicly visible.

More documentation can be found here.


Local Development

  1. npm install

  2. npm run dev