Go to file
Sabda Yagra 7f6485ae0e fix: error email validation 2026-01-21 16:31:27 +07:00
__tests__ feat: change expired library, update registration and login feature 2025-07-13 04:14:12 +07:00
action feat: fixing error, etc 2025-07-14 17:14:20 +07:00
app Merge branch 'main' of https://gitlab.com/hanifsalafi/mediahub_redesign into prod 2026-01-09 14:38:38 +07:00
components fix: error email validation 2026-01-21 16:31:27 +07:00
config update: major fixing, remove unused library, remove large library, etc 2025-07-05 02:42:42 +07:00
docs feat: fixing doc 2025-12-10 04:56:05 +07:00
hooks skip auth 2025-07-22 10:29:28 +07:00
i18n fix: default route -in 2025-05-22 16:53:54 +07:00
lib feat: add license page for admin 2025-12-21 23:30:19 +07:00
messages Merge branch 'prod' of https://gitlab.com/hanifsalafi/mediahub_redesign into prod 2025-12-29 17:22:51 +07:00
pages Initial Commit 2024-11-26 10:09:48 +07:00
providers feat: update loading for different route 2024-12-24 22:44:47 +07:00
public feat: change background landing in dark mode 2025-07-21 09:27:09 +07:00
scripts feat: update translation with defaultValue 2025-07-06 16:23:45 +07:00
service fix: error email validation 2026-01-21 16:31:27 +07:00
src fix: baseUrl in api 2026-01-09 15:19:28 +07:00
style feat: update ckeditor 2025-09-01 02:06:19 +07:00
types fixing all errors 2026-01-09 23:30:13 +07:00
utils fix: button validate in detail media tracking 2026-01-09 10:22:43 +07:00
vendor/ckeditor5 fix: add vendor ckeditor 2026-01-21 11:03:46 +07:00
.env fix: reconfig from dev 2025-12-10 05:02:45 +07:00
.gitignore feat: add env 2025-01-02 13:52:17 +07:00
.gitlab-ci.yml merge main 2026-01-05 12:25:10 +07:00
.lighthouserc.json Initial Commit 2024-11-26 10:09:48 +07:00
Dockerfile fix: update dockerfile 2025-12-01 12:34:00 +07:00
README.md Initial Commit 2024-11-26 10:09:48 +07:00
components.json Initial Commit 2024-11-26 10:09:48 +07:00
ecosystem.config.js fix: update dockerfile 2025-10-23 21:38:54 +07:00
eslint.config.mjs feat: update fixing error build 2025-01-01 21:10:58 +07:00
jest.config.js feat: change expired library, update registration and login feature 2025-07-13 04:14:12 +07:00
jest.setup.js feat: change expired library, update registration and login feature 2025-07-13 04:14:12 +07:00
lighthouse-report.json merge main 2026-01-05 12:25:10 +07:00
middleware.ts fix: redirect /in and /en 2025-11-14 09:26:50 +07:00
next.config.mjs Merge branch 'main' of https://gitlab.com/hanifsalafi/mediahub_redesign into prod 2026-01-09 14:38:38 +07:00
package-lock.json fix: install file-savee and xlsx 2026-01-21 10:58:50 +07:00
package.json fix: install file-savee and xlsx 2026-01-21 10:58:50 +07:00
pnpm-lock.yaml merge main 2026-01-05 12:25:10 +07:00
postcss.config.mjs Initial Commit 2024-11-26 10:09:48 +07:00
tailwind.config.ts [QUDO-64,QUDO-63] feat:update modal tracking berita,Fix UI On Landing (responsive tablet belum sesuai) 2025-05-15 18:18:33 +08:00
theme.config.tsx feat:add table konten, dashboard 2024-11-29 00:23:53 +07:00
tsconfig.json feat: add detail of image audio and document pages 2024-12-02 17:30:56 +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.