Skip to content
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

feat(docs): start any example in stackblitz #1576

Merged
merged 13 commits into from
Oct 6, 2023
Prev Previous commit
Next Next commit
feat: Added a warning to alert users about env file
  • Loading branch information
mqshaikh8 committed Oct 3, 2023
commit 2e3d580008d8c3f836eff342eea43309225cff76
2 changes: 1 addition & 1 deletion www/src/components/docs/exampleOptionForm.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const options = {
prisma: "Prisma",
tailwind: "Tailwind CSS",
trpc: "tRPC",
drizzle: "drizzle",
drizzle: "Drizzle",
};
---

Expand Down
10 changes: 7 additions & 3 deletions www/src/pages/en/examples.mdx
mqshaikh8 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ import Form from "../../components/docs/exampleOptionForm.astro";

You can try out different combinations of technologies that create-t3-app offers.

<Form />

<Callout type="info">
You cannot select `prisma` and `drizzle` at the same time.
</Callout>
</Callout>

<Form />

<Callout type="warning">
Some features might not work unless you create an env file
</Callout>