mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-19 10:16:34 +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
|
|
```
|