Skip to content

OCR4all/ocr4all-libraries-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR4all-libraries Frontend

This repository contains the frontend for OCR4all-libraries.

Getting Started

1. Install packages

pnpm install

2. Run

In development mode

pnpm dev

In preview mode

pnpm preview

To build for production

pnpm build

To run tests

pnpm test

To get test coverage

pnpm coverage

To lint code

pnpm lint

To format code

pnpm format

To update dependencies

pnpm deps:update

Docker

To use Docker for your development environment

docker-compose -f docker-compose.dev.yaml up

To use Docker for your production deployment

docker-compose -f docker-compose.production.yaml up

Environment Variables

  • VITE_API_BASE_URL: Points to the URL under which the REST API of an OCR4all-libraries backend instance is running (e. g. https://some-domain.com/api/v1.0)
  • VITE_LAREX_URL: Points to the URL under which the directLibrary endpoint of the used LAREX instance is located

Build with

About

Frontend for new OCR4all versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published