mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
16 lines
191 B
Markdown
16 lines
191 B
Markdown
# Dokploy Website
|
|
|
|
Main Landing Page of Dokploy
|
|
|
|
Run development server:
|
|
|
|
```bash
|
|
npm run dev
|
|
# or
|
|
pnpm dev
|
|
# or
|
|
yarn dev
|
|
```
|
|
|
|
Open http://localhost:3000 with your browser to see the result.
|