website/apps/website
2025-03-02 18:50:34 -06:00
..
app chore: upgrade Next.js, next-intl, and Headless UI to latest versions 2025-03-02 18:50:34 -06:00
components chore: upgrade Next.js, next-intl, and Headless UI to latest versions 2025-03-02 18:50:34 -06:00
i18n chore: upgrade Next.js, next-intl, and Headless UI to latest versions 2025-03-02 18:50:34 -06:00
lib feat: implement dynamic Open Graph image generation for blog posts 2025-03-02 17:40:04 -06:00
locales feat: update features section with new images and localization 2025-02-28 01:51:37 -06:00
public feat: implement dynamic Open Graph image generation for blog posts 2025-03-02 17:40:04 -06:00
styles feat: add monorepo 2024-10-27 22:16:31 -06:00
.gitignore feat: add monorepo 2024-10-27 22:16:31 -06:00
components.json feat: add monorepo 2024-10-27 22:16:31 -06:00
middleware.ts refactor: update locale middleware and OG image route configuration 2025-03-02 17:44:56 -06:00
next.config.js feat: enhance blog post page with markdown rendering and related posts 2025-02-27 23:42:24 -06:00
package.json chore: upgrade Next.js, next-intl, and Headless UI to latest versions 2025-03-02 18:50:34 -06:00
pnpm-lock.yaml feat: add monorepo 2024-10-27 22:16:31 -06:00
postcss.config.js feat: add monorepo 2024-10-27 22:16:31 -06:00
prettier.config.js feat: add monorepo 2024-10-27 22:16:31 -06:00
README.md chore: upgrade Next.js, next-intl, and Headless UI to latest versions 2025-03-02 18:50:34 -06:00
tailwind.config.ts refactor: remove unused files 2024-11-01 23:28:01 -06:00
tsconfig.json feat: add monorepo 2024-10-27 22:16:31 -06:00

Dokploy Website

Main Landing Page of Dokploy

Run development server:

npm run dev
# or
pnpm dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

For Blog Page, you can use the following command to generate the static pages:

GHOST_URL=""
GHOST_KEY=""