Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit b14a263

Browse files
committed
docs: update contributing
1 parent ebb329c commit b14a263

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ You will need [Deno](https://deno.land/) 1.7+.
2121
7. Marge to master branch by our maintainers.
2222

2323
```bash
24-
# set dev env
25-
echo 'ALEPH_DEV_PORT=2020' > .env.local
26-
2724
# ssr/development with HMR
28-
deno run -A --unstable cli.ts dev ./examples/hello-world -L debug
25+
ALEPH_DEV_PORT=2020 deno run -A --unstable cli.ts dev ./examples/hello-world -L debug
2926

3027
# ssr/production
31-
deno run -A --unstable cli.ts start ./examples/hello-world -L debug
28+
ALEPH_DEV_PORT=2020 deno run -A --unstable cli.ts start ./examples/hello-world -L debug
3229

3330
# ssg
34-
deno run -A --unstable cli.ts build ./examples/hello-world -L debug
31+
ALEPH_DEV_PORT=2020 deno run -A --unstable cli.ts build ./examples/hello-world -L debug
3532

3633
# run all tests
3734
deno test -A --unstable --location=https://deno.land/x/aleph

0 commit comments

Comments
 (0)