Tweak getting started instructions for new users

- Explain what REPL means
- Remove incorrect wording about REPL letting you choose from examples
- Add link to examples page
pull/7413/head
Angie Byron 5 years ago committed by GitHub
parent 687a26b784
commit 17fe16a979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,9 +10,11 @@ Svelte is a [new kind of framework](/blog/frameworks-without-the-framework). Rat
Because of that, getting started with it can be a little bit confusing at first. How, you might reasonably ask, do you make a Svelte app? Because of that, getting started with it can be a little bit confusing at first. How, you might reasonably ask, do you make a Svelte app?
## 1. Use the REPL ## 1. Use the REPL (Read-Eval-Print Loop)
The [Svelte REPL](/repl) is the easiest way to begin. You can choose from a list of examples to get you started, and tweak them until they do what you want. The [Svelte REPL](/repl) is the easiest way to begin. This is an interactive environment that allows you to modify code and instantly see the result.
You can choose from a list of [examples](/examples/), click the [REPL](/repl) link, and then tweak them until they do what you want.
<aside><p>You'll need to have <a href="https://nodejs.org/">Node.js</a> installed, and know how to use the terminal</p></aside> <aside><p>You'll need to have <a href="https://nodejs.org/">Node.js</a> installed, and know how to use the terminal</p></aside>

Loading…
Cancel
Save