diff --git a/README.md b/README.md index 99453741..5ef6c31e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ This is the official repository for the Dokploy Open Source Templates. 8. Every PR will automatically deploy a preview of the template to Dokploy. 9. if anyone want to test the template before merging it, you can enter to the preview URL in the PR description, and search the template, click on the Template Card, scroll down and then copy the BASE64 value, and paste in the advanced section of your compose service, in the Import section. +#### Optional + +If you want to run the project locally, you can run the project with the following command: + +```bash +pnpm install +pnpm run dev +go to http://localhost:5173/ +``` + ### Example Let's suppose you want to add the [Grafana](https://grafana.com/) template to the repository.