Go to file
hanif salafi 71416a40d0 feat: fixing all error after restructures 2025-05-27 07:56:55 +07:00
public [QUDO-103] feat:update landing page newmediahub 2025-05-21 23:06:56 +08:00
src feat: fixing all error after restructures 2025-05-27 07:56:55 +07:00
.env feat: add env 2025-01-02 13:52:17 +07:00
.gitignore feat: add env 2025-01-02 13:52:17 +07:00
.gitlab-ci.yml fix:yml 2024-12-10 14:57:41 +07:00
.lighthouserc.json feat: major fixing with prettier 2025-05-27 07:19:52 +07:00
.prettierignore feat: major fixing with prettier 2025-05-27 07:19:52 +07:00
.prettierrc feat: major fixing with prettier 2025-05-27 07:19:52 +07:00
Dockerfile Edit Dockerfile 2025-04-16 07:16:38 +00:00
README.md Initial Commit 2024-11-26 10:09:48 +07:00
components.json feat: major fixing with prettier 2025-05-27 07:19:52 +07:00
eslint.config.mjs feat: update fixing error build 2025-01-01 21:10:58 +07:00
next.config.mjs feat: fixing strucuture of internationalism 2025-05-27 06:52:01 +07:00
package-lock.json feat: fixing all error after restructures 2025-05-27 07:56:55 +07:00
package.json feat: fixing all error after restructures 2025-05-27 07:56:55 +07:00
pnpm-lock.yaml feat: update pnpm lock 2025-02-11 13:33:20 +07:00
postcss.config.mjs Initial Commit 2024-11-26 10:09:48 +07:00
tailwind.config.ts feat: major fixing with prettier 2025-05-27 07:19:52 +07:00
theme.config.tsx feat: major fixing with prettier 2025-05-27 07:19:52 +07:00
tsconfig.json feat: major fixing with prettier 2025-05-27 07:19:52 +07:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

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

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.