Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

hamster1963/HomeDash

Repository files navigation

项目因技术栈选择问题已归档,重构中...
新重构 HomeDash 地址: https://dash.buycoffee.top

screen-shot-new

HomeDash

HomeDash 是一个基于 Next.js 和 Semi-design 的仪表盘
Demo地址: https://home.buycoffee.top

screen-shot-one screen-shot-two

一键部署前端

Deploy with Vercel

  • 在环境变量中填入后端 API 地址

文档完善中...

后端仓库

HomeDash-Backend

本地开发

配置文件填入后端地址

cp .env.example .env.local

安装依赖

pnpm install

运行前端

pnpm dev

同时也兼容了黑色模式!

screen-shot-three screen-shot-four