0.0.1 • Published 7 years ago

forge-presentations v0.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

Forge Presentations

Framework to help the development of presentations editors and presenters using LMV (Forge Viewer) and other Autodesk Forge technologies.

Getting started

Building, Running, testing, and debugging this module requires the following to be installed:

  1. node.js
  2. Grunt
> npm install -g grunt-cli
> grunt build
  1. distruib folder should have the library and examples ready to use.

Directory structure

FolderDescription
srcSource code for the prensentations framework
docsDocumentation
testUnit and regression test spec files
distribAfter building the project, contains the library and examples

Run Examples Locally

  1. Start the local server `

    npm run serve-examples `

  2. Open http://localhost:7000/examples/simple-editor/index.html?document=urn&accessToken=token&env=environment in your browser.
0.0.1

7 years ago