2015-05-06 15:31:52 +02:00
|
|
|
# 3D Interface
|
|
|
|
A prototype for a user-friendly 3D interface allowing to browse 3D scenes / models written with Node.js.
|
|
|
|
|
|
|
|
It is hosted by [OpenShift](https://www.openshift.com/) at [3dinterface.no-ip.org](http://3dinterface.no-ip.org).
|
2015-05-11 17:45:08 +02:00
|
|
|
|
2015-05-12 16:45:39 +02:00
|
|
|
## To test it locally
|
|
|
|
As usual with NodeJS, it's quite easy to test. Just clone this repo somewhere, and then, in the repo do
|
2015-05-11 17:45:08 +02:00
|
|
|
|
|
|
|
``` sh
|
|
|
|
npm install
|
|
|
|
node server.js
|
|
|
|
```
|
|
|
|
|
|
|
|
You should be able to go to [localhost:4000](http://localhost:4000) and see the result.
|