This is a simple Autodesk Tandem Viewer built with SvelteKit.
This sample provides a simple way to view a model in Tandem using the 2-legged authentication flow.
Client ID and Client Secret from APS Applicationnpm install
.env.local file in the root of the project and add the following environment variables:APS_KEY=<YOUR_APS_APP_CLIENT_ID>
APS_SECRET=<YOUR_APS_APP_CLIENT_SECRET>
npm run dev