Skip to content

Commit

Permalink
Update webite readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdales committed Nov 17, 2024
1 parent 7f7de6c commit 332a1a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ This site is built with SvelteKit. It's a visual reference for all the propertie

## Developing

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

```bash
pnpm run serve
# Install dependencies
deno install

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

0 comments on commit 332a1a4

Please sign in to comment.