grid-apps-cmms/readme.md

61 lines
2.6 KiB
Markdown
Raw Normal View History

2020-06-14 20:59:41 -04:00
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/gridspace3d?locale.x=en_US)
2017-04-19 14:41:50 -04:00
2020-06-14 20:59:41 -04:00
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.
2017-04-18 17:09:33 -04:00
2020-06-14 22:03:13 -04:00
[![Discord](https://img.shields.io/discord/688863523207774209)](https://discord.com/channels/688863523207774209/688863523211968535)
2020-06-14 21:51:32 -04:00
![GitHub](https://img.shields.io/github/license/GridSpace/grid-apps)
![Twitter Follow](https://img.shields.io/twitter/follow/grid_space_3d?label=follow&style=social)
2020-06-14 20:59:41 -04:00
### Hosted Apps
* [Grid.Space](https://grid.space) hosts [several live versions](https://grid.space/choose) of the code
* [Kiri:Moto](https://grid.space/kiri) -- A Unique, Multi-Modal, Browser-based Slicer for 3D printers, CNC mills and Laser cutters
* [Meta:Moto](https://grid.space/meta) -- A Recursive Block-based Modeler
2017-04-18 17:09:33 -04:00
2020-06-14 21:51:32 -04:00
### Live Versions
2020-06-14 22:03:13 -04:00
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fgrid.space%2F)](https://grid.space/kiri/)
2020-06-14 21:51:32 -04:00
![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/GridSpace/grid-apps/rel-2.0)
![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/GridSpace/grid-apps/rel-2.1)
![GitHub package.json version](https://img.shields.io/github/package-json/v/GridSpace/grid-apps)
### Development Activity
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/GridSpace/grid-apps)
![GitHub last commit](https://img.shields.io/github/last-commit/GridSpace/grid-apps)
![GitHub contributors](https://img.shields.io/github/contributors/GridSpace/grid-apps)
## Get Involved
* [Facebook Kiri:Moto Users Group](https://www.facebook.com/groups/kirimoto/)
* [YouTube Videos](https://www.youtube.com/c/gridspace)
* [Twitter Updates](https://twitter.com/grid_space_3d)
2020-06-14 21:57:56 -04:00
* [Discord Chat](https://discord.com/channels/688863523207774209/688863523211968535)
2020-06-14 21:51:32 -04:00
* [Wiki Reference](https://github.com/GridSpace/grid-apps/wiki)
### Testing Locally
2017-04-18 17:09:33 -04:00
```
2020-06-14 21:51:32 -04:00
git clone git@github.com:GridSpace/grid-apps.git
2020-05-03 20:31:08 -04:00
npm i
2020-06-29 18:42:57 -04:00
npm install -g @gridspace/app-server
2020-06-16 22:52:17 -04:00
gs-app-server --debug
2017-04-18 17:09:33 -04:00
```
2017-04-18 21:44:20 -04:00
to start a local instance of the apps. then open
[Kiri:Moto](http://localhost:8080/kiri) or
2020-06-14 20:59:41 -04:00
[Meta:Moto](http://localhost:8080/meta) on your local host
### Windows Developers
2020-06-14 21:51:32 -04:00
this git repo requires symbolic link support. on Windows, this means you have to clone the repo in a command shell with Administrator privileges.
2017-04-18 17:09:33 -04:00
2017-04-19 19:47:37 -04:00
### Other Start Options
2017-04-18 17:09:33 -04:00
```
2020-06-16 22:52:17 -04:00
gs-app-server
2017-04-18 17:09:33 -04:00
```
serves code as obfuscated, compressed bundles. this is the mode used to run on a public
2020-06-16 22:52:17 -04:00
web site.
2017-04-18 19:51:08 -04:00
2020-03-10 23:21:20 -04:00
requires node.js 12+