- 基于 Next.js 和 Tailwind CSS 开发, 页面组件使用 shadcn/ui 实现, 网站地址:https://subrise.co
- 项目使用 Drizzle ORM 连接数据库, 数据库使用 Wrangler D1, 配置参数在 .env 中
- 项目国际化使用 next-intl 实现, 目前支持中英文切换
# 克隆项目
git clone https://github.com/AI-goes-to-sea/reddit101.git
# 进入项目目录
cd reddit101
# 安装依赖
npm install
# or
yarn dev
# or
pnpm dev
# or
bun dev
打开 http://localhost:3000 查看页面.
- https://sites.google.com/view/subrise/home
- https://linktr.ee/MineZheng
- https://winwiz.gitbook.io/winwiz/
- https://blossom-caboc-dab.notion.site/Subrise-Your-Reddit-traffic-nugget-tool-12e6d43113f780ce8c0ecaf067d555d7
- https://rebrand.ly/subrise
- 项目代码开源,遵循 MIT 协议, 请遵守协议内容