mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-20 20:56:35 +00:00
11 lines
125 B
Markdown
11 lines
125 B
Markdown
# Contributing notes
|
|
|
|
## Local setup
|
|
|
|
The easiest way to run tests is to use Docker Compose:
|
|
|
|
```
|
|
docker-compose up
|
|
make
|
|
```
|