Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 453 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 453 Bytes

English | 简体中文

Your year in weeks.

Getting Started

  1. Install dependencies:
npm install
# or
yarn
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Build for production:
npm run build
# or
yarn build

Inspired by

This project is inspired by Your Life in Weeks.

License

MIT