Go to file
hanif salafi 1a17ce15aa feat: change api url 2026-04-10 11:39:36 +07:00
app redeploy 2026-03-16 22:35:20 +08:00
components update drone 2026-03-31 15:40:33 +08:00
config Initial commit 2026-02-17 17:05:22 +08:00
lib Initial commit 2026-02-17 17:05:22 +08:00
public Initial commit 2026-02-17 17:05:22 +08:00
service feat: change api url 2026-04-10 11:39:36 +07:00
types update filter table, ui dashboard 2026-03-16 16:08:49 +08: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 api url 2026-04-10 11:39:36 +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 fix 2026-02-19 16:23:12 +08: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.