npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
oh24-backend
├── app
│ ├── layout.tsx
│ ├── page.tsx
│ └── ...
├── components
│ ├── elements
│ │ ├── Countdown.tsx
│ │ ├── Navbar.tsx
│ │ └── ...
│ ├── stories
│ │ ├── Accordion.stories.tsx
│ │ ├── Button.stories.tsx
│ │ ├── Card.stories.tsx
│ │ ├── Countdown.stories.tsx
│ │ ├── Navbar.stories.tsx
│ │ └── ...
│ └── ui
│ ├── Accordion.tsx
│ ├── Button.tsx
│ ├── Card.tsx
│ └── ...
├── lib
│ └── utils.ts
├── public
│ ├── timeline
│ │ ├── 1.png
│ │ ├── 2.png
│ │ └── ...
│ └── ...
├── next.config.js
├── package.json
├── postcss.config.js
├── tailwind.config.js
└── tsconfig.json