hstarorg.github.io

使用 Next.js 的个人网站 ~

如何开始

# 安装依赖
pnpm i

# 运行 DEV 环境
pnpm run dev

部署

# 构建 docker 镜像
docker build -t hstarorg-site:0.0.1 .