Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 320 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 320 Bytes

Year Progress Bar

Simple year progress bar

Install

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev