Get started with your ShadcnKit project
npm install
npm run dev
wrangler.toml
name
#:schema node_modules/wrangler/config-schema.json name = "your-project-name" # Change this to your project name compatibility_date = "2024-06-20" compatibility_flags = ["nodejs_compat"] pages_build_output_dir = ".vercel/output/static"
http://localhost:3000