Contributions in all forms (code, bug reports, community engagenment, cash money, etc) are warmly welcomed. They all go to the bottom line of making better apps.
- Grid.Space hosts several live versions of the code
- Kiri:Moto -- A Unique, Multi-Modal, Browser-based Slicer for 3D printers, CNC mills and Laser cutters
- Meta:Moto -- A Recursive Block-based Modeler
git clone git@github.com:GridSpace/grid-apps.git
npm i
npm install -g @gridspace/app-server
gs-app-server --debug
to start a local instance of the apps. then open Kiri:Moto or Meta:Moto on your local host
this git repo requires symbolic link support. on Windows, this means you have to clone the repo in a command shell with Administrator privileges.
gs-app-server
serves code as obfuscated, compressed bundles. this is the mode used to run on a public web site.
requires node.js 12+