Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acherkashin/tour-360
https://github.com/acherkashin/tour-360
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/acherkashin/tour-360
- Owner: acherkashin
- Created: 2019-01-20T11:48:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:37:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T23:18:14.164Z (about 1 month ago)
- Language: TypeScript
- Size: 6.16 MB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
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.