Skip to content

Commit c8ea910

Browse files
docs improvements - create your first crud step 1 (#67)
* fix: introduction * fix: Create you first CRUD Step 1 * feat: step 2 improvements * fix: remove cuid and replace default with prefault
1 parent 1a330a1 commit c8ea910

File tree

9 files changed

+287
-265
lines changed

9 files changed

+287
-265
lines changed

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
onlyBuiltDependencies:
2+
- esbuild
3+
- sharp
873 KB
Loading
831 KB
Loading
860 KB
Loading
950 KB
Loading

src/content/docs/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ banner:
1313
</a>
1414
---
1515

16-
🚀 Start UI <small>[web]</small> is an opinionated frontend starter repository created & maintained by the [BearStudio Team](https://www.bearstudio.fr/team) and other contributors.
16+
🚀 Start UI <small>[web]</small> is an opinionated frontend starter repository created & maintained by the [BearStudio Team](https://www.bearstudio.fr/team) and [other contributors](https://github.com/BearStudio/start-ui-web/graphs/contributors).
1717
It represents our team's up-to-date stack that we use when creating web apps for our clients.
1818

1919
## Demo
@@ -26,5 +26,4 @@ A live read-only demonstration of what you will have when starting a project wit
2626
<img src="/images/tech-logos.png" alt="Technologies logos of the starter" />
2727
</div>
2828

29-
[🟦 TypeScript](https://www.typescriptlang.org/), [⚛️ React](https://react.dev/), [⚫️ NextJS](https://nextjs.org/), [⚡️ Chakra UI](https://chakra-ui.com/), [🟦 tRPC](https://trpc.io/), [▲ Prisma](https://www.prisma.io/), [🏖️ TanStack Query](https://react-query.tanstack.com/), [📕 Storybook](https://storybook.js.org/), [🎭 Playwright](https://playwright.dev/), [📋 React Hook Form](https://react-hook-form.com/)
30-
, [🌍 React i18next](https://react.i18next.com/)
29+
[⚙️ Node.js](https://nodejs.org), [🟦 TypeScript](https://www.typescriptlang.org/), [⚛️ React](https://react.dev/), [📦 TanStack Start](https://tanstack.com/start), [💨 Tailwind CSS](https://tailwindcss.com/), [🧩 shadcn/ui](https://ui.shadcn.com/), [📋 React Hook Form](https://react-hook-form.com/), [🔌 oRPC](https://orpc.unnoq.com/), [🛠 Prisma](https://www.prisma.io/), [🔐 Better Auth](https://www.better-auth.com/), [📚 Storybook](https://storybook.js.org/), [🧪 Vitest](https://vitest.dev/), [🎭 Playwright](https://playwright.dev/)

0 commit comments

Comments
 (0)