8000 GitHub - k8robotics/kiri-ink: Simplified reskin of kiri:moto
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

k8robotics/kiri-ink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiri.Ink hosts live versions of the latest tagged code

Getting Started

  1. Load extensions
npm update
  1. Create symlinks to client side extensions UNIX Call these commands from the /js/ directory
ln -s ../node_modules/tween.js/index.js ext-tween.js
ln -s ../node_modules/three/build/three.min.js ext-three.js
ln -s ../node_modules/n3d-threejs/index.js ext-n3d.js

Windows (in CMD not Powershell) Call these commands from the parent directory

mklink js\ext-tween.js ..\node_modules\tween.js\index.js
mklink js\ext-three.js ..\node_modules\three\build\three.min.js
mklink js\ext-n3d.js ..\node_modules\n3d-threejs\index.js
  1. Start local server
npm start

to start a local instance of the apps. 4. Open Kiri:Ink

Other Start Options

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 the apps from http://debug:8080/

More Information

Powered by Kiri:Moto on Grid.Space

Hosting info

Hosting problems: gcloud app engine doesnt see symlinks except on windows Current Workaround Hardcode the symlinks and deploy

About

Simplified reskin of kiri:moto

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 3.8%
  • CSS 2.7%
  • Other 0.3%
0