astro-hashnode/package
Adam Matthiesen 61f90b9bb1
Initial commit
2024-03-11 02:34:55 -07:00
..
src Initial commit 2024-03-11 02:34:55 -07:00
LICENSE Initial commit 2024-03-11 02:34:55 -07:00
README.md Initial commit 2024-03-11 02:34:55 -07:00
package.json Initial commit 2024-03-11 02:34:55 -07:00
tsconfig.json Initial commit 2024-03-11 02:34:55 -07:00

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:

  1. Install the required dependencies
pnpm add PACKAGE-NAME
npm install PACKAGE-NAME
yarn add PACKAGE-NAME
  1. 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 package
  • package 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: