Skip to content

Webflow-Examples/hello-world-astro6-devlink

Repository files navigation

Astro 6 + Webflow Cloud (site-attached)

Example Astro 6 app configured for Webflow Cloud, with Devlink integration for connecting to an existing Webflow site.

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

About

Astro 6 + Webflow Devlink — site-attached hello-world scaffold for Webflow Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors