Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.07 KB

File metadata and controls

34 lines (26 loc) · 1.07 KB

Astro + Webflow Cloud

Example Astro app configured for Webflow Cloud.

Deploy to Webflow

Project structure

/
├── public/
├── src/
│   ├── layouts/
│   ├── pages/
│   └── styles/
├── astro.config.mjs
├── wrangler.json
└── package.json

Commands

Command Action
npm install Install dependencies
npm run dev Start dev server at http://localhost:4321
npm run build Production build to ./dist/
npm run preview Build and preview with Wrangler locally
npm run deploy Deploy with Webflow Cloud CLI

Learn more