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

Commit 5d1502a

Browse files
author
ije
committed
docs: update contributing
1 parent 454571e commit 5d1502a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You will need [Deno](https://deno.land/) 1.7+.
2222

2323
```bash
2424
# set dev env
25-
echo 'ALEPH_DEV_PORT=2021' > .env.local
25+
echo 'ALEPH_DEV_PORT=2020' > .env.local
2626

2727
# ssr/development with HMR
2828
deno run -A --unstable cli.ts dev ./examples/hello-world -L debug
@@ -34,7 +34,7 @@ deno run -A --unstable cli.ts start ./examples/hello-world -L debug
3434
deno run -A --unstable cli.ts build ./examples/hello-world -L debug
3535

3636
# run all tests
37-
deno test -A --unstable --location=http://localhost
37+
deno test -A --unstable --location=https://deno.land/x/aleph
3838
```
3939

4040
## Project Structure

0 commit comments

Comments
 (0)