- Download the project sources.
- Install Node.js from nodejs.org
- Install dependencies:
# Run inside the project folder npm install
- Build viewer module:
npm run viewer-build
- Build and run editor module on the development server:
npm run editor-dev
- Access the app using web browser http://localhost:3000.
-
Compile the project:
npm run build
-
Copy all content from the "build" folder to you server.
-
Open index.html in a web browser.