Go to file
Anang Yusman 96224f8d4c
continuous-integration/drone/push Build is passing Details
update landing
2026-03-03 14:32:38 +08:00
app update ci 2025-12-11 13:22:06 +08:00
components update landing 2026-03-03 14:32:38 +08:00
config Initial commit 2025-10-17 18:21:16 +08:00
lib Initial commit 2025-10-17 18:21:16 +08:00
public Initial commit 2025-10-17 18:21:16 +08:00
service update domain 2026-02-16 14:20:56 +08:00
style update ckeditor 2026-02-10 17:32:57 +08:00
styles update ckeditor 2026-02-10 17:32:57 +08:00
types Initial commit 2025-10-17 18:21:16 +08:00
utils update ckeditor 2026-02-10 17:32:57 +08:00
vendor/ckeditor5 Initial commit 2025-10-17 18:21:16 +08:00
.drone.yml fix drone again n again 2026-02-24 14:14:27 +08:00
.env Add new file 2025-10-17 10:49:32 +00:00
.gitignore Initial commit 2025-10-17 18:21:16 +08:00
.gitlab-ci.yml update 2025-12-29 19:38:34 +08:00
Dockerfile Initial commit 2025-10-17 18:21:16 +08:00
README.md Initial commit 2025-10-17 18:21:16 +08:00
components.json Initial commit 2025-10-17 18:21:16 +08:00
eslint.config.mjs Initial commit 2025-10-17 18:21:16 +08:00
next.config.ts update 2026-01-05 15:55:07 +08:00
package-lock.json fix drone 2026-02-18 15:26:39 +08:00
package.json update ckeditor 2026-02-10 17:32:57 +08:00
postcss.config.mjs Initial commit 2025-10-17 18:21:16 +08:00
tsconfig.json update 2025-12-23 13:45:13 +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.