Merge pull request #2311 from JamBalaya56562/contributing

docs(contributing): use Alerts syntax of GitHub markdown
This commit is contained in:
Mauricio Siu
2025-08-03 13:17:16 -06:00
committed by GitHub

View File

@@ -87,7 +87,8 @@ pnpm run dokploy:dev
Go to http://localhost:3000 to see the development server Go to http://localhost:3000 to see the development server
Note: this project uses Biome. If your editor is configured to use another formatter such as Prettier, it's recommended to either change it to use Biome or turn it off. > [!NOTE]
> This project uses Biome. If your editor is configured to use another formatter such as Prettier, it's recommended to either change it to use Biome or turn it off.
## Build ## Build
@@ -117,10 +118,10 @@ In the case you lost your password, you can reset it using the following command
pnpm run reset-password pnpm run reset-password
``` ```
If you want to test the webhooks on development mode using localtunnel, make sure to install `localtunnel` If you want to test the webhooks on development mode using localtunnel, make sure to install [`localtunnel`](https://localtunnel.app/)
```bash ```bash
bunx lt --port 3000 pnpm dlx localtunnel --port 3000
``` ```
If you run into permission issues of docker run the following command If you run into permission issues of docker run the following command