https://github.com/shuakami/i
一个个人状态展示页面
https://github.com/shuakami/i
activity-tracking nextjs react typescript
Last synced: 6 months ago
JSON representation
一个个人状态展示页面
- Host: GitHub
- URL: https://github.com/shuakami/i
- Owner: shuakami
- Created: 2025-06-06T03:52:53.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-06-06T04:30:55.000Z (7 months ago)
- Last Synced: 2025-06-06T05:20:27.460Z (7 months ago)
- Topics: activity-tracking, nextjs, react, typescript
- Language: TypeScript
- Homepage: https://i-client-ten.vercel.app
- Size: 2.96 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i
一个个人状态展示页面


## 快速启动
请先确保你安装了 [Node.js](https://nodejs.org/en/download/) / [pnpm](https://pnpm.io/installation)
```bash
git clone https://github.com/Shuakami/i.git
cd i
pnpm install
```
```bash
pnpm dev
```
## 相关项目
| 项目 | 平台 | 描述 |
|---|---|---|
| [i](https://github.com/shuakami/i) (本仓库) | Web | 一个个人状态实时展示页面 |
| [windows-activity-collector](https://github.com/shuakami/windows-activity-collector) | Windows | 采集 Windows 上的窗口及进程活动数据 |
| [BridgeBeat](https://github.com/shuakami/BridgeBeat) | Android | 桥接 BLE 心率设备数据到服务端的安卓应用 |
| [WristInPeace](https://github.com/shuakami/WristInPeace) | WearOS | 在手表上作为 BLE 服务端广播心率数据的应用 |