Install
The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.
npm
npm install @allstak/astropnpm
pnpm add @allstak/astroQuick start
// astro.config.mjs
import allstak from '@allstak/astro';
export default defineConfig({ integrations: [allstak({ apiKey: process.env.ALLSTAK_API_KEY })] });