Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 643 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

npm install
npm 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.