Skip to content

B3rn475/IFMLEdit.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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