/IFMLEdit.org

Primary LanguageJavaScriptMIT LicenseMIT

IFMLEdit.org

A simple IFML Web Editor

Installation

To install all dependencies (and regenerate static assets)

npm install

To just regenerate static assets

npm run-script build

Development

To start server

npm start

To stop server

npm stop