Skip to content

Commit

Permalink
📖 DOC: 📦update
Browse files Browse the repository at this point in the history
  • Loading branch information
fancn21th committed Oct 24, 2024
1 parent 0072a70 commit 8ddb7af
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# xyzchat 项目

## Prerequisites

You better have solid understanding of the following technologies:

- [React](https://reactjs.org/)

You should also have a basic understanding of the following technologies:

- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Turbo](https://turbo.hotwired.dev/)
- [Storybook](https://storybook.js.org/)
- [Radix UI](https://radix-ui.com/)
- [Shadcn UI](https://ui.shadcn.com/)
- [AI SDK](https://sdk.vercel.ai/)

Nevertheless, you can still follow along if you are willing to learn.

- Firstly you would find the biz logic in mobile app only has 100 lines of code.

This is because the details are hidden in the core components as well as blah project.

- Secondly you would find component development is separated from the mobile app.

Even it seems over-engineering, but I find engineer tend to have a good interface design unconsciously.

## How to setup

> This is a monorepo project driven by turbo
Expand Down

0 comments on commit 8ddb7af

Please sign in to comment.