Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acherkashin/tour-360


https://github.com/acherkashin/tour-360

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tour 360

It is a tool to create 360 pano tours.

## Structure

.
├── backend # Back end of application
├── client # Client side of application
└── vr # Client side which display 360 pano tours

## How to run

- Run `mongod` to run mongoDB.
- Run `npm buildall`. It will install packages for all projects.
- Run `npm startall`. It will run all projects.

## Rules

- Run `git-cz` to commit your changes.