You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/svelte-5-preview/src/routes/docs/content/03-appendix/01-faq.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,17 @@ No. You can do the migration towards runes incrementally when Svelte 5 comes out
103
103
104
104
### When can I `npm install` the Svelte 5 preview?
105
105
106
-
We plan to publish a pre-release version with enough time for brave souls to try it out in their apps and give us feedback on what breaks. Watch this space.
106
+
Right now!
107
+
108
+
```bash
109
+
npm install svelte@next
110
+
```
111
+
112
+
You can also opt into Svelte 5 when creating a new SvelteKit project:
113
+
114
+
```bash
115
+
npm create svelte@latest
116
+
```
107
117
108
118
### What's left to do?
109
119
@@ -119,7 +129,7 @@ We know that some of you are very keen on certain feature ideas, and we are too.
119
129
120
130
### I want to help. How do I contribute?
121
131
122
-
We appreciate your enthusiasm! Right now it's not possible to accept contributions, but once we enter public beta, everything will be available on the Svelte GitHub repository.
132
+
We appreciate your enthusiasm! We welcome issues on the [sveltejs/svelte](https://github.com/sveltejs/svelte) repo. Pull requests are a little dicier right now since many things are in flux, so we recommended starting with an issue.
123
133
124
134
### How can I share feedback or cool examples of what this enables?
0 commit comments