grid-apps-cmms/readme.md
2017-04-19 19:47:37 -04:00

929 B

Start using Kiri:Moto directly on Grid.Space

Kiri:Moto

A Unique, Multi-Modal, Cloud-based Slicer

Meta:Moto

Recursive Block-based Modeling

Getting Started

npm update
npm start

to start a local instance of the apps. then open Kiri:Moto or Meta:Moto on http://localhost:8080/

Other Start Options

npm run-script start-web

serves code as obfuscated, compressed bundles. this is the mode used to run on a public web site, so you can't use "localhost" to test. to accomodate this, alias "debug" to 127.0.0.1 then access the apps from http://debug:8080/

More Information