Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 479 Bytes

README_CN.md

File metadata and controls

36 lines (26 loc) · 479 Bytes

English | 简体中文

一个以周为单位展示全年时间的可视化工具。

使用方法

  1. 安装依赖:
npm install
#
yarn
  1. 启动开发服务器:
npm run dev
#
yarn dev
  1. 构建生产版本:
npm run build
#
yarn build

灵感来源

本项目灵感来源于 Your Life in Weeks

许可证

MIT