Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 503 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 503 Bytes

Astro + Builder.io

This is a repo that demos Astro + Builder.io integration according to this article.

To follow along or just try it out:

  • make sure you have a Builder.io account
  • clone the repo.
  • install dependencies.
  • create a .env file in your project directory and add your Builder.io API key:
    BUILDER_API_KEY="your key here"
    VITE_BUILDER_API_KEY="your key here"
    
  • run the app with npm run dev