Skip to content

fix(drizzle-studio/overview): install dependencies should be <Npm> #589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/pages/drizzle-studio/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import CenteredLayout from "@/ui/CenteredLayout.astro";
import Tab from '@mdx/Tab.astro';
import Tabs from '@mdx/Tabs.astro';
import Steps from '@mdx/Steps.astro';
import Npm from "@mdx/Npm.astro";
import Npx from "@mdx/Npx.astro";
import Steps from '@mdx/Steps.astro';
import Tab from '@mdx/Tab.astro';
import Tabs from '@mdx/Tabs.astro';

<CenteredLayout isStudio={true} customTitle="Meet Drizzle Studio">
# Meet Drizzle Studio
Expand All @@ -21,10 +21,10 @@ delete and update everything based on your existing drizzle sql schema. It suppo
#### Install dependencies
Make sure to go through our [get started](/docs/get-started) guides first!

<Npx>
<Npm>
drizzle-orm
-D drizzle-kit
</Npx>
</Npm>

#### Prepare your database schema
Check out extended schema declaration **[docs.](/docs/sql-schema-declaration)**
Expand Down