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.
- Clone this repository.
git clone https://github.com/ce-store/ce-editor
- Clone the CE-Store.
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.
npm install
npm install -g bower
bower install
- Start the project
npm start
See the CE-Store documentation and Wiki for how to build Controlled English models.