Fork of GridSpace/grid-apps (MIT), patched for CMMS job-scoped load/save integration (Kiri:Moto CAM + Mesh:Tool).
  • JavaScript 93.7%
  • C++ 3%
  • CSS 1.8%
  • HTML 1.4%
  • C 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-06-16 22:53:02 -04:00
apps remove old obsolete startup options 2020-06-16 22:53:02 -04:00
src better class scoping 2020-06-16 15:00:12 -04:00
wasm cleanup wasm poly offsetting 2020-05-04 20:08:22 -04:00
web more reliable focus management based on https://supernapie.com/blog/keyboard-focus-in-an-iframe/ 2020-06-15 18:07:31 -04:00
.gitignore change location of js cache dir 2018-02-25 17:49:50 -05:00
app.js normalize cookie handling 2020-06-12 11:51:02 -04:00
license.md update package 2018-02-24 21:31:32 -05:00
notes.md fix slice first height, settings loading 2020-06-09 23:19:51 -04:00
package.json remove old obsolete startup options 2020-06-16 22:53:02 -04:00
readme.md Update readme.md 2020-06-16 22:52:17 -04:00

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
git 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+