Skip to content

Commit 7449bb0

Browse files
authored
Merge pull request #79 from joshdales/website/use-deno-locally
2 parents 9acff1f + 332a1a4 commit 7449bb0

File tree

4 files changed

+1662
-2815
lines changed

4 files changed

+1662
-2815
lines changed

website/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ This site is built with SvelteKit. It's a visual reference for all the propertie
44

55
## Developing
66

7-
Install the dependencies with `pnpm install`, and then you can run the dev server:
7+
I'm using Deno to develop and run the website locally.
88

99
```bash
10-
pnpm run serve
10+
# Install dependencies
11+
deno install
1112

12-
# or start the server and open the app in a new browser tab
13-
pnpm run serve -- --open
13+
# Run the dev server
14+
deno task serve
1415
```

0 commit comments

Comments
 (0)