B3rn475 / IFMLEdit.org

http://ifmledit.org
MIT License
24 stars 16 forks source link
code-generation ifml online-editor

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