0.0.1 • Published 2 years ago
astro-auth v0.0.1
astro-auth
This is an Astro integration that TODO:description
Usage
Prerequisites
TODO:
Installation
Install the integration automatically using the Astro CLI:
pnpm astro add astro-authnpm astro add astro-authyarn astro add astro-authOr install it manually:
- Install the required dependencies
pnpm add astro-authnpm install astro-authyarn add astro-auth- Add the integration to your astro config
+import integration from "astro-auth";
export default defineConfig({
integrations: [
+ integration(),
],
});Configuration
TODO:configuration
Contributing
This package is structured as a monorepo:
playgroundcontains code for testing the packagepackagecontains the actual package
Install dependencies using pnpm:
pnpm i --frozen-lockfileStart the playground:
pnpm playground:devYou 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:
0.0.1
2 years ago