Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 721 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 721 Bytes

Holomap Proton

Holomap is a real-time collaborative holonic mapping platform. For more information please visit holomap.org.

Installation

  1. Install imagemagick (sudo apt install imagemagick on most systems)

  2. ./install.sh

Dev Server

./start_dev

You should see it running at https://127.0.0.1/

Front-end files are loaded from pub/index.dev.html, pub/holomap.js and /pub/js

Note that this server will restart when files are changed.

Production server

./start_production

Front-end files are loaded from pub/index.html and pub/holomap.build.js only.

Note that build.sh will need to be run to create holomap.build.js (based on files in /pub/js used in development).