It is a tool to create 360 pano tours.
.
├── backend # Back end of application
├── client # Client side of application
└── vr # Client side which display 360 pano tours
- Run
mongod
to run mongoDB. - Run
npm buildall
. It will install packages for all projects. - Run
npm startall
. It will run all projects.
- Run
git-cz
to commit your changes.