2.5 KiB
2.5 KiB
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.
Hosted 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
Live Versions
Development Activity
Get Involved
Testing Locally
git clone git@github.com:GridSpace/grid-apps.git
npm i
npm start
to start a local instance of the apps. then open Kiri:Moto or Meta:Moto on your local host
Windows Developers
this git repo requires symbolic link support. on Windows, this means you have to clone the repo in a command shell with Administrator privileges.
Other Start Options
npm run-script start-secure
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 accommodate this, alias "debug" to 127.0.0.1 then access the apps from http://debug:8080/
requires node.js 12+