website/apps/website
2025-04-29 17:31:24 +02:00
..
app feat(i18n): add Spanish language support and update language selector components 2025-04-29 17:31:24 +02:00
components feat(i18n): add Spanish language support and update language selector components 2025-04-29 17:31:24 +02:00
i18n feat(i18n): add Spanish language support and update language selector components 2025-04-29 17:31:24 +02:00
lib feat: update OG image title for blog posts 2025-03-02 21:49:13 -06:00
locales feat(i18n): add Spanish language support and update language selector components 2025-04-29 17:31:24 +02:00
public feat: enhance Docker installation script to retrieve private IP address and handle errors for missing ADVERTISE_ADDR 2025-04-17 16:41:12 -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 feat(i18n): add Spanish language support and update language selector components 2025-04-29 17:31:24 +02:00
next.config.js feat: update Next.js configuration and blog post rendering 2025-03-11 01:22:52 -06:00
package.json chore: simplify Next.js start script to use default port 2025-03-02 20:32:38 -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=""