install wrangler and configure wrangler.toml.init with your account_id and rename to wrangler.toml.
wrangler.toml.init
account_id
wrangler.toml
npm i npm run dev
to develop locally then
npm run build wrangler publish
when you're ready to deploy.