A platform to connect fixations to bounding boxes of texts. Deployed version can be found here
Run the app in development mode normally.
npm run devTo pass an environment variable, prepend it to the above command. The following environment variables are available:
VITE_OVERRIDE_PROD=true # Makes the app use the prod backend, even if you are running dev server
VITE_BACKEND_URL=<your URL> # Specify your own backend URL (highest priority)
VITE_DEV_MDOE=true # Allows you to develop the frontend without a backendTo compile and typecheck the app, run
npm run buildor, to omit type-checking (highly discouraged), run
npm run build-onlyIt is recommended that you run
npm run lint-fixbefore each push to not get a failed pipeline. You can run npm run lint to get a list of all errors