Skip to content

Commit 3127150

Browse files
committed
docs: add CONTRIBUTING.md
1 parent 10cfb29 commit 3127150

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Development
2+
3+
Set `DENO_DEPLOY_CLI_SPECIFIER` env var to `main.ts` file url on your local machine.
4+
5+
```
6+
export DENO_DEPLOY_CLI_SPECIFIER=file:///path/to/deploy-cli/main.ts
7+
```
8+
9+
and run `deno deploy` commands, which uses your local copy of deploy-cli.

0 commit comments

Comments
 (0)