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.
- Development: Node.js >= 20.11
- Production: docker
npm install
npm run dev
Then the development server is listening on localhost:3000.
docker compose up -d
Then the production server is listening on localhost:3000.