Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1 KB

README.md

File metadata and controls

41 lines (26 loc) · 1 KB

ce-editor

This project creates a visual Controlled English (CE) Editor which provides a tutorial introduction to CE or allows you to create your own model.

Preview the project on Bluemix here.

Getting Started

  • Clone this repository.
git clone https://github.com/ce-store/ce-editor
git clone https://github.com/ce-store/ce-store
  • Follow the instructions on the CE-Store Readme to run it.

  • Update config/config.json in this project with your CE-Store endpoint.

  • Build this project with NPM and Bower.

npm install
npm install -g bower
bower install
  • Start the project
npm start

Building models

See the CE-Store documentation and Wiki for how to build Controlled English models.