Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 532 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 532 Bytes

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

Testing

To install Cypress on downloaded application folder(webserver only)

npm install cypress

To open cypress on downloaded application folder(webserver only)

npx cypress open