Kiri.Ink hosts live versions of the latest tagged code
- Load extensions
npm update
- 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
- Start local server
npm start
to start a local instance of the apps. 4. Open Kiri:Ink
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/
Powered by Kiri:Moto on Grid.Space
Hosting problems: gcloud app engine doesnt see symlinks except on windows Current Workaround Hardcode the symlinks and deploy