Skip to content

eye-tap/frontend

Repository files navigation

Eye-TAP

A platform to connect fixations to bounding boxes of texts. Deployed version can be found here

Development

Run the app in development mode normally.

npm run dev

To 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 backend

To compile and typecheck the app, run

npm run build

or, to omit type-checking (highly discouraged), run

npm run build-only

It is recommended that you run

npm run lint-fix

before each push to not get a failed pipeline. You can run npm run lint to get a list of all errors

About

Eye-TAP's frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors