Go to file
hanif salafi 4c4ff5c0e8
continuous-integration/drone/push Build is passing Details
feat: change env
2026-04-11 00:06:56 +07:00
app feat: add ui form for content website 2026-04-10 14:21:29 +07:00
components feat: update content popup 2026-04-10 15:18:11 +07:00
config Initial commit 2026-02-17 17:05:22 +08:00
lib feat: fixing build npm 2026-04-10 18:59:01 +07:00
public Initial commit 2026-02-17 17:05:22 +08:00
service feat: update content popup 2026-04-10 15:18:11 +07:00
types feat: add ui form for content website 2026-04-10 14:21:29 +07:00
utils update form article 2026-02-26 12:11:35 +08: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: change env 2026-04-11 00:06:56 +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 update data 2026-02-25 17:11:26 +08: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.