Work in progress.
- Run
npm installto download dependencies - Run
npm startto run in development mode - Default
astro.config.jsincludes Netlify adapter - Alternative
astro.config.node.mjsuses 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