forge-phasing-poc

Sample Autodesk Forge application providing a 4D/phasing preview capability.

Stars
6
Committers
1

forge-phasing-poc

Proof-of-concept showing how Autodesk Forge can be used to build phasing/4D application.

Live demo

Development

Prerequisites

Setup & Run

  • Clone the repository
  • Install dependencies: npm install
  • Setup environment variables:
    • FORGE_CLIENT_ID - your Forge application client ID
    • FORGE_CLIENT_SECRET - your Forge application client secret
  • Run the server: npm start

When using Visual Studio Code, you can specify the env. variables listed above in a .env file in this folder, and run & debug the application directly from the editor.