Go to file
sabdayagra a59cb6c20f feat : Commits, add a division section and and adjust some component 2024-12-07 02:15:06 +07:00
action Initial Commit 2024-11-26 10:09:48 +07:00
app feat : Commits, add a division section and and adjust some component 2024-12-07 02:15:06 +07:00
components feat : Commits, add a division section and and adjust some component 2024-12-07 02:15:06 +07:00
config Merge branch 'dev-anang' of https://gitlab.com/hanifsalafi/mediahub_redesign 2024-12-04 06:23:10 +07:00
hooks Initial Commit 2024-11-26 10:09:48 +07:00
i18n Initial Commit 2024-11-26 10:09:48 +07:00
lib feat: migration table schedule,dashboard,contest,curated content, communication,blog 2024-12-03 09:14:51 +07:00
messages feat: merge with dev-anang 2024-12-04 06:34:13 +07:00
pages Initial Commit 2024-11-26 10:09:48 +07:00
providers Initial Commit 2024-11-26 10:09:48 +07:00
public feat : Commits, add a division section and and adjust some component 2024-12-07 02:15:06 +07:00
service feat:add table konten, dashboard 2024-11-29 00:23:53 +07:00
utils style: adjust spacing and layouting 2024-12-04 21:12:10 +07:00
.eslintrc.json Initial Commit 2024-11-26 10:09:48 +07:00
.gitignore Initial Commit 2024-11-26 10:09:48 +07:00
.lighthouserc.json Initial Commit 2024-11-26 10:09:48 +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
middleware.ts feat: update indonesia language 2024-11-26 10:32:46 +07:00
next.config.mjs Initial Commit 2024-11-26 10:09:48 +07:00
package-lock.json style: Commit,adjust spacing and layouting 2024-12-05 21:56:27 +07:00
package.json style: Commit,adjust spacing and layouting 2024-12-05 21:56:27 +07:00
postcss.config.mjs Initial Commit 2024-11-26 10:09:48 +07:00
tailwind.config.ts refactoring : rewrite landing page 2024-11-27 00:00:20 +07: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.