Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 590 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 590 Bytes

Marzipano

A 360° media viewer for the modern web.

This is not an official Google product.

Read the full documentation at http://www.marzipano.net/docs.html.

Developer guide

This is an npm-based project. A Node.js installation is required for development.

Run npm install to install the dependencies.

Run npm run dev to automatically recompile the viewer in development mode. Browse http://localhost:8080 to check out the demos.

Run npm run test to run the test suite.

Run npm run make-docs to compile the documentation.

Run npm run build to make a new build.