From da6301adf4bb90b7d913c68136af63cc41b0df53 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 10 Mar 2025 00:16:28 -0600 Subject: [PATCH] docs: Add local development instructions to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9945374..5ef6c31 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.