/grid-apps

3D slicer for FDM, CAM, Laser (Kiri) and block modeler (Meta)

Primary LanguageJavaScriptMIT LicenseMIT

Donate

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.

Discord GitHub Twitter Follow

Hosted Apps

Live Versions

Website GitHub package.json version (branch) GitHub package.json version (branch) GitHub package.json version

Development Activity

GitHub commit activity GitHub last commit GitHub contributors

Get Involved

Testing Locally

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

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

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+