kaddidlehopper
v0.5.0
Published
Create TanStack Start applications for Netlify
Maintainers
Readme
Netlify CTA
Create TanStack Start applications for Netlify.
Installation
Install dependencies using pnpm:
pnpm installBuild
Build the project by compiling TypeScript:
pnpm buildOr using npm:
npm run buildThis will compile the TypeScript source files from src/ to dist/.
Running
After building, you can run the CLI tool using:
node dist/index.jsOr if running from a different directory context:
node ../netlify-cta/dist/index.jsIf you need to specify the package manager user agent:
npm_config_user_agent=pnpm node ../netlify-cta/dist/index.js