Skip to content

Commit d35f81d

Browse files
committed
chore: update sveltekit readme
1 parent bc459f7 commit d35f81d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# SvelteKit Template HIerarchy and Data fetching w/URQL Example
1+
# SvelteKit Template Hierarchy and Data fetching w/URQL Example 🚀
22

3-
In this example we show how to implement the WP Template Hierarchy in SvelteKit for use with a Headless WordPress backend using WPGraphQL. We use URQL for all routing and fetching page content.
3+
In this example we show how to implement the **WordPress Template Hierarchy in SvelteKit** for use with a Headless WordPress backend using WPGraphQL. We use **URQL** for all routing and fetching page content.
44

55
## Getting Started
66

77
> [!IMPORTANT]
8-
> Docker Desktop needs to be installed to run WordPress locally.
8+
> **Docker Desktop** needs to be installed to run WordPress locally.
99
1010
1. Run `npm run example:setup` to install dependencies and configure the local WP server.
1111
2. Run `npm run example:start` to start the WP server and SvelteKit development server.
1212

1313
> [!NOTE]
1414
> When you kill the long running process this will not shutdown the local WP instance, only SvelteKit. You must run `npm run example:stop` to kill the local WP server.
1515
16-
## Trouble Shooting
16+
## Trouble Shooting 🛠️
1717

18-
To reset the WP server and re-run setup you can run `npm run example:prune` and confirm "Yes" at any prompts.
18+
To reset the WP server and re-run setup you can run `npm run example:prune` and confirm "Yes" at any prompts.

examples/sveltekit/template-hierarchy-data-fetching-urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"wp:images:zip": "zip -r wp-env/uploads.zip wp-env/uploads"
2020
},
2121
"devDependencies": {
22-
"@wordpress/env": "^10.21.0"
22+
"@wordpress/env": "^10.34.0"
2323
}
2424
}

0 commit comments

Comments
 (0)