The projects in the directory are self-contained Perspective examples. However, they are designed to run within the Perspective source repository tree. This makes it easy for Perspective OSS developers to test changes and validate that our Examples continue to work, but it also means these examples will most not work without properly linking in the Perspective build environment.
In order to run a project in this directory as written:
- Install and build Perspective from source.
- Run the project with
pnpm run start $PROJECT_NAME
from the repository root (not the/examples
directory).
Generally, the changes necessary to make these examples run without the Perspective source repository are minor path or metadata corrections. Your results may vary.