Bumps the prod-dependencies group with 1 update: [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit). Updates `astro-integration-kit` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/florian-lefebvre/astro-integration-kit/releases) - [Commits](https://github.com/florian-lefebvre/astro-integration-kit/compare/astro-integration-kit@0.5.1...astro-integration-kit@0.6.0) --- updated-dependencies: - dependency-name: astro-integration-kit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
src | ||
LICENSE | ||
README.md | ||
package.json | ||
tsconfig.json |
README.md
PACKAGE-NAME
DESCRIPTION
Installation
Install the integration automatically using the Astro CLI:
pnpm astro add PACKAGE-NAME
npm astro add PACKAGE-NAME
yarn astro add PACKAGE-NAME
Or install it manually:
- Install the required dependencies
pnpm add PACKAGE-NAME
npm install PACKAGE-NAME
yarn add PACKAGE-NAME
- Add the integration to your astro config
+import PACKAGE-NAME from "PACKAGE-NAME";
export default defineConfig({
integrations: [
+ PACKAGE-NAME(),
],
});
Basic Usage
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:
pnpm playground: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 Adam M..
Acknowledgements
TODO: