Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talljack/blog
My Blog
https://github.com/talljack/blog
Last synced: 12 days ago
JSON representation
My Blog
- Host: GitHub
- URL: https://github.com/talljack/blog
- Owner: Talljack
- Created: 2024-02-21T06:12:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T05:59:03.000Z (9 months ago)
- Last Synced: 2024-05-06T06:45:34.916Z (9 months ago)
- Language: TypeScript
- Homepage: https://yugangcao.com
- Size: 15.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 我的个人网站
我也用博客来记录自己的思考、成长以及技术问题。
### 技术栈
- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)
- [Radix UI](https://www.radix-ui.com/)
- [Clerk](https://clerk.com/)
- [Neon](https://console.neon.tech/)
- [Drizzle ORM](https://orm.drizzle.team/)
- [Sanity](https://www.sanity.io/)
- [React Email](https://react.email)
- [Resend](https://resend.com/)### 本地开发
```bash
# 安装依赖
pnpm install# 启动开发服务器
pnpm dev# 构建
pnpm build
```通过 [Vercel](https://vercel.com/) 一键部署。
### 如何搭建
依赖 [https://cali.so/](https://cali.so/) 的进行开源搭建,感谢。