Skip to content

jsmueller7/recogito-client

 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.3%
  • CSS 21.2%
  • Astro 4.3%
  • Other 0.2%