Skip to content

Latest commit

 

History

History

README.md

Astro Workflow Starter

Deploy with Vercel

This starter is a template for a Astro project that uses Workflow DevKit. It follows the Workflow DevKit: Astro Getting Started Guide.

Getting Started

Local Development

  1. Clone this example and install dependencies:

    git clone https://github.com/vercel/workflow-examples
    cd workflow-examples/astro
    pnpm install
  2. Start the development server:

    pnpm dev
  3. Invoke the workflow by curl:

     curl -X POST --json '{"email":"hello@example.com"}' http://localhost:4321/api/signup