docs: Add local development instructions to README

This commit is contained in:
Mauricio Siu 2025-03-10 00:16:28 -06:00
parent 10b6acc1d3
commit da6301adf4

View File

@ -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. 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. 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 ### Example
Let's suppose you want to add the [Grafana](https://grafana.com/) template to the repository. Let's suppose you want to add the [Grafana](https://grafana.com/) template to the repository.