Skip to content

recogito/recogito-client

Folders and files

NameName
Last commit message
Last commit date
Nov 14, 2023
Jan 15, 2025
Mar 19, 2025
Aug 14, 2023
Nov 11, 2024
Oct 30, 2023
Mar 3, 2025
Jun 25, 2024
Oct 17, 2023
Aug 14, 2023
May 29, 2024
Aug 14, 2023
Jun 25, 2024
Jun 25, 2024
Jun 7, 2024
Mar 3, 2025
Mar 3, 2025
Feb 24, 2025
Oct 28, 2024
Oct 28, 2024
Oct 21, 2024

Repository files navigation

Recogito Client

Work in progress.

  • Run npm install to download dependencies
  • Run npm start to run in development mode
  • Default astro.config.js includes Netlify adapter
  • Alternative astro.config.node.mjs uses the node adapter instead

Standard deployment via npm run build will build for Netlify.

To build and run as a standalone service, using Node:

  • Run npm install
  • Run npm run build-node
  • Start the service using node ./dist/server/entry.mjs