In the project directory, run to install dependencies:
then
The page will reload if you make edits.
You will also see any lint errors in the console.
To enable tracing and error reporting to Sentry, these environment variables must be present during build time:
VITE_SENTRY_DSN
- The Data Source Name to determine where browser should send eventsSENTRY_AUTH_TOKEN
- The authentication token to use with Sentry, obtained from https://sentry.io/settings/account/api/auth-tokens/.- Following scoped are required:
project:releases
andorg:read
- Following scoped are required:
SENTRY_PROJECT
- The slug of Sentry projectSENTRY_ORG
- The slug of Sentry organizationSENTRY_URL
- The base URL of your Sentry instance, defaults tohttps://sentry.io/