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

Commit 84b32bb

Browse files
committed
doc: update contributing
1 parent b1f5564 commit 84b32bb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

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

2424
```bash
25+
# set dev env
26+
echo 'ALEPH_DEV_PORT=2021' > .local.env
27+
2528
# ssr/development with HMR
26-
deno run -A --unstable --import-map=import_map.json cli.ts dev ./examples/hello-world -L debug
29+
deno run -A cli.ts dev ./examples/hello-world -L debug
2730

2831
# ssr/production
29-
deno run -A --unstable --import-map=import_map.json cli.ts build ./examples/hello-world -L debug
32+
deno run -A cli.ts start ./examples/hello-world -L debug
3033

3134
# ssg
32-
deno run -A --unstable --import-map=import_map.json cli.ts build ./examples/hello-world -L debug
35+
deno run -A cli.ts build ./examples/hello-world -L debug
3336

3437
# run all tests:
3538
deno test -A --location=http://localhost

0 commit comments

Comments
 (0)