From e22cffc7bce46fa6da4a0ebd0d359f8623a39bda Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Tue, 18 Apr 2017 17:15:15 -0400 Subject: [PATCH 1/4] update KiriMoto url path in readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 08ab2db8..0fd98218 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ npm start ``` to start a local testing instance of KiriMoto on port 8080 +access KiriMoto on the url http://localhost:8080/kiri ## Other Start Options @@ -18,4 +19,4 @@ npm run-script start-web ``` 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 accomodate this, alias "debug" to 127.0.0.1 -then access KiriMoto on http://debug:8080 +then access KiriMoto on http://debug:8080/kiri From 100fdd5a12fed28d9691d2f182be829d30f98c25 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Tue, 18 Apr 2017 17:15:46 -0400 Subject: [PATCH 2/4] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0fd98218..7e7ab02a 100644 --- a/readme.md +++ b/readme.md @@ -9,8 +9,8 @@ npm update npm start ``` -to start a local testing instance of KiriMoto on port 8080 -access KiriMoto on the url http://localhost:8080/kiri +to start a local testing instance of KiriMoto on port 8080. +then access KiriMoto on http://localhost:8080/kiri ## Other Start Options From 4f5873710dee78bd84f10e616b90e4e61e8bb967 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Tue, 18 Apr 2017 19:51:08 -0400 Subject: [PATCH 3/4] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 7e7ab02a..5ba6ffb7 100644 --- a/readme.md +++ b/readme.md @@ -20,3 +20,7 @@ npm run-script start-web 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 accomodate this, alias "debug" to 127.0.0.1 then access KiriMoto on http://debug:8080/kiri + +## More Information / Wiki + +https://github.com/GridSpace/KiriMoto/wiki From 916d78c30a06f9a4be9156ec019cf43bf8cf3f27 Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Tue, 18 Apr 2017 21:44:20 -0400 Subject: [PATCH 4/4] Update readme.md --- readme.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 5ba6ffb7..78f0399a 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,10 @@ -# KiriMoto +# Kiri:Moto -`KiriMoto` is a unique multi-modal, extensible slicer, gcode generation framework +A Unique, Multi-Modal, Cloud-based Slicer + +# Meta:Moto + +Recursive Block-based Modeling ## Getting Started @@ -9,8 +13,9 @@ npm update npm start ``` -to start a local testing instance of KiriMoto on port 8080. -then access KiriMoto on http://localhost:8080/kiri +to start a local instance of the apps. then open +[Kiri:Moto](http://localhost:8080/kiri) or +[Meta:Moto](http://localhost:8080/meta) on http://localhost:8080/ ## Other Start Options @@ -19,8 +24,8 @@ npm run-script start-web ``` 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 accomodate this, alias "debug" to 127.0.0.1 -then access KiriMoto on http://debug:8080/kiri +then access the apps from http://debug:8080/ -## More Information / Wiki +## More Information https://github.com/GridSpace/KiriMoto/wiki