A minimalist web app built with Next.js, React, Tailwind CSS and DaisyUI
Make sure you have the following installed on your system:
Git (2.51.2 or newer)
Bun (1.3.5 or newer)
- Clone Repo
git clone https://github.com/bert093-project/ProjectUAS-Data-Mining.git
cd LokaLink-Website
- Install package/dependency:
bun install
- Run the development server:
bun run dev
LokaLink-Website
├─ src
│ ├─ app
│ │ ├─ aboutus
│ │ │ └─ page.tsx
│ │ ├─ globals.css
│ │ ├─ img
│ │ │ └─ ourteam
│ │ │ ├─ Afriza.webp
│ │ │ ├─ Nelly.webp
│ │ │ ├─ Syahril.webp
│ │ │ └─ Syahrul.webp
│ │ ├─ layout.tsx
│ │ ├─ page.tsx
│ │ └─ pagesanimation
│ │ └─ page.tsx
│ └─ utils
│ └─ lenis.ts
├─ gitattributes.lock
├─ gitignore.lock
├─ bun.lock
├─ components.json
├─ eslint.config.mjs
├─ next.config.ts
├─ package.json
├─ postcss.config.mjs
├─ README.md
└─ tsconfig.json