Skip to content

Web application dedicated to Istex browsing and sub-corpus extraction

License

Notifications You must be signed in to change notification settings

istex/istex-search

Repository files navigation

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.