dokploy/apps/website
2024-09-06 13:42:07 +08:00
..
app feat: clean not-found 2024-09-06 13:42:07 +08:00
components feat(website): add language switch select 2024-09-06 13:42:07 +08:00
i18n feat: let not-found page work with locale 2024-09-06 13:42:06 +08:00
lib Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
locales feat(website): add language switch select 2024-09-06 13:42:07 +08:00
public fix(docker): add root docker to prevent registry delete in each restart/update dokploy server #326 2024-08-13 20:40:34 -06:00
styles Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
.gitignore Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
components.json Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
middleware.ts feat(website): add language switch select 2024-09-06 13:42:07 +08:00
next.config.js feat: add i18n dependency to website workspace 2024-09-06 13:42:06 +08:00
package-lock.json Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
package.json feat(website): add language switch select 2024-09-06 13:42:07 +08:00
pnpm-lock.yaml Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
postcss.config.js Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
prettier.config.js chore(config): add tabWidth to prettier config for avoid differences among contributors 2024-09-06 13:42:06 +08:00
README.md Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
tailwind.config.ts Feat/monorepo (#292) 2024-07-29 23:08:23 -06:00
tsconfig.json Feat/monorepo (#292) 2024-07-29 23:08:23 -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.