Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 750 Bytes

File metadata and controls

28 lines (19 loc) · 750 Bytes

istex-search

Istex Search is a web application dedicated to Istex browsing and sub-corpus extraction. It allows to download several Istex documents easily in an archive (zip or tar.gz) using a web interface.

Prerequisites

Development

pnpm install
pnpm run dev

Then the development server is listening on localhost:3000.

Production

docker compose up -d

Then the production server is listening on localhost:3000.