mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
docs: Add local development instructions to README
This commit is contained in:
parent
10b6acc1d3
commit
da6301adf4
10
README.md
10
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.
|
||||
|
Loading…
Reference in New Issue
Block a user