Collection* of useful tools available during dev mode in Astro
Install the integration automatically using the Astro CLI:
pnpm astro add @studiocms/devapps
npx astro add @studiocms/devapps
yarn astro add @studiocms/devapps
Or install it manually:
- Install the required dependencies
pnpm add @studiocms/devapps
npm install @studiocms/devapps
yarn 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!
The following env variables set (@astrojs/db
):
ASTRO_DB_REMOTE_URL
ASTRO_DB_APP_TOKEN
- Toolbar app
- Toolbar app Embedded
- Full page View
- StudioCMS Integration
- A current WP Install
-
@studiocms/blog
(Optional for importing Posts under a blog)
- Toolbar app