Go to file
Anang Yusman 50ac4331e1
continuous-integration/drone/push Build is passing Details
fix drone
2026-04-17 16:19:21 +08:00
app update UI 2026-04-15 15:09:53 +08:00
components fix drone 2026-04-17 16:19:21 +08:00
config Initial commit 2026-02-17 17:05:22 +08:00
constants feat: fixing role id usage, fixing content website, etc 2026-04-14 10:27:00 +07:00
lib feat: update news & article in admin & landing page 2026-04-11 03:03:46 +07:00
public Initial commit 2026-02-17 17:05:22 +08:00
service feat: fixing conten website 2026-04-14 11:29:43 +07:00
types feat: update news & article in admin & landing page 2026-04-11 03:03:46 +07:00
utils feat: update news & article in admin & landing page 2026-04-11 03:03:46 +07:00
vendor/ckeditor5 add ckeeditor 2026-02-19 16:18:35 +08:00
.drone.yml fix drone again n again 2026-02-24 15:53:41 +08:00
.env feat: fixing role id usage, fixing content website, etc 2026-04-14 10:27:00 +07:00
.gitignore Initial commit 2026-02-17 17:05:22 +08:00
.gitlab-ci.yml fix yml 2026-02-24 01:24:43 +08:00
Dockerfile feat: fixing build npm 2026-04-10 18:59:01 +07:00
README.md Initial commit 2026-02-17 17:05:22 +08:00
components.json Initial commit 2026-02-17 17:05:22 +08:00
eslint.config.mjs Initial commit 2026-02-17 17:05:22 +08:00
next.config.ts update qudo 2026-02-19 13:35:31 +08:00
package-lock.json update data 2026-02-25 17:11:26 +08:00
package.json feat: update bug fixing content website and landing page 2026-04-11 01:54:11 +07:00
postcss.config.mjs Initial commit 2026-02-17 17:05:22 +08:00
tsconfig.json Initial commit 2026-02-17 17:05:22 +08: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 Geist, a new font family for Vercel.

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.