astro-umami
v0.0.0
Published
TODO:
Downloads
2
Maintainers
Readme
astro-umami
This is an Astro integration that TODO:description
Usage
Prerequisites
TODO:
Installation
Install the integration automatically using the Astro CLI:
pnpm astro add astro-umami
npx astro add astro-umami
yarn astro add astro-umami
Or install it manually:
- Install the required dependencies
pnpm add astro-umami
npm install astro-umami
yarn add astro-umami
- Add the integration to your astro config
+import integration from "astro-umami";
export default defineConfig({
integrations: [
+ integration(),
],
});
Configuration
TODO:configuration
Contributing
This package is structured as a monorepo:
playground
contains code for testing the packagepackage
contains the actual package
Install dependencies using pnpm:
pnpm i --frozen-lockfile
Start the playground and package watcher:
pnpm dev
You can now edit files in package
. Please note that making changes to those files may require restarting the playground dev server.
Licensing
MIT Licensed. Made with ❤️ by TODO:.
Acknowledgements
TODO: