mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-06 01:20:24 +08: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
|
|
```
|