2017-04-24 12:22:31 -04:00
|
|
|
[Grid.Space](https://grid.space) hosts live versions of the latest tagged code
|
2017-04-19 14:41:50 -04:00
|
|
|
|
2017-04-24 12:21:13 -04:00
|
|
|
### About
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2017-04-24 12:21:13 -04:00
|
|
|
* [Kiri:Moto](https://grid.space/kiri) - A Unique, Multi-Modal, Cloud-based Slicer for FDM, CNC and Laser
|
|
|
|
|
* [Meta:Moto](https://grid.space/meta) - Recursive Block-based Modeling
|
2017-04-18 17:09:33 -04:00
|
|
|
|
2017-04-19 19:47:37 -04:00
|
|
|
### Getting Started
|
2017-04-18 17:09:33 -04:00
|
|
|
|
|
|
|
|
```
|
|
|
|
|
npm update
|
|
|
|
|
npm start
|
|
|
|
|
```
|
|
|
|
|
|
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-03-29 21:42:26 -04:00
|
|
|
[Meta:Moto](http://localhost:8080/meta)
|
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-03-01 19:00:36 -05:00
|
|
|
npm run-script start-secure
|
2017-04-18 17:09:33 -04:00
|
|
|
```
|
|
|
|
|
serves code as obfuscated, compressed bundles. this is the mode used to run on a public
|
2019-05-30 22:00:21 -04:00
|
|
|
web site, so you can't use "localhost" to test. to accommodate this, alias "debug" to 127.0.0.1
|
2017-04-18 21:44:20 -04:00
|
|
|
then access the apps from http://debug:8080/
|
2017-04-18 19:51:08 -04:00
|
|
|
|
2020-03-10 23:21:20 -04:00
|
|
|
requires node.js 12+
|
|
|
|
|
|
2017-04-18 21:44:20 -04:00
|
|
|
## More Information
|
2017-04-18 19:51:08 -04:00
|
|
|
|
2020-03-12 09:57:01 -04:00
|
|
|
* [Facebook Group](https://www.facebook.com/groups/kirimoto/)
|
2017-04-24 12:31:52 -04:00
|
|
|
* [YouTube Tutorials](https://www.youtube.com/c/gridspace)
|
2020-03-01 19:00:36 -05:00
|
|
|
* [Twitter](https://twitter.com/grid_space_3d)
|
|
|
|
|
* [Wiki](https://github.com/GridSpace/grid-apps/wiki)
|