-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Adding SvelteKit example #1286
base: main
Are you sure you want to change the base?
Conversation
77e5fd6
to
1ae0172
Compare
1ae0172
to
33275ae
Compare
examples/tutorials/sveltekit.md
Outdated
@@ -0,0 +1,471 @@ | |||
# Building a SvelteKit app with sv and Dino |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is Dino here intentional? (I see some Dino
usages below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been updated, hopefully the new text is clearer that Dino
is more related to dinosaurs
than it is Deno
. If you'd prefer full spelling of dinosaur I can update that too.
Co-authored-by: Yoshiya Hinosawa <[email protected]>
CHANGE: Video preview url to a link.
Introducing SvelteKit example with a simple dinosaur search page.