Collection* of useful tools available during dev mode in Astro
Install the integration automatically using the Astro CLI:
pnpm astro add @studiocms/devappsnpx astro add @studiocms/devappsyarn astro add @studiocms/devappsOr install it manually:
- Install the required dependencies
pnpm add @studiocms/devappsnpm install @studiocms/devappsyarn add @studiocms/devapps- Add the integration to your astro config
+import devApps from "@studiocms/devapps";
export default defineConfig({
integrations: [
+ devApps(),
],
});All tools will only be available during astro dev and will not be available during production deployments!
- StudioCMS Integration
- A current WP Install
@studiocms/blog(Optional for importing Posts under a blog)
- Toolbar app
