Skip to content

OH-Fasilkom-UI/oh24-frontend

Repository files navigation

🚀 Running the App

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

📁 File Structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages