Update readme.md
This commit is contained in:
parent
4f5873710d
commit
916d78c30a
1 changed files with 11 additions and 6 deletions
17
readme.md
17
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue