Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 347 Bytes

File metadata and controls

23 lines (22 loc) · 347 Bytes

VRWebViewer

Execution

  • Install node dependencies.
$ npm install
  • Install monogodb
$ brew install mongodb
  • Initialize Database
$ mkdir -p $PROJECT DIR/data/db
  • Start Database
$ mongod --dbpath $PROJECT DIR/data/db &
  • Run Server
$ DEBUG=express:* node ./bin/www