Skip to content

Commit a7f2526

Browse files
committed
Address some more comments.
1 parent 2b0f42b commit a7f2526

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

doc/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Follow our [Getting Started Tutorials](tutorial/).
99

1010
# Installation / Download
1111

12-
One does not install or download Scala.js.
13-
It is automatically handled by build tools.
12+
To install Scala and Node.js, follow the [Prerequisites](tutorial/#prerequisites) section of the Getting Started Tutorials.
1413

15-
If in doubt, follow the [Prerequisites](tutorial/#prerequisites) section of the Getting Started Tutorials.
14+
Scala.js itself is managed by your Scala build tool of choice.
15+
You can follow [the Getting Started instructions](tutorial/scalajs-vite.html#introducing-scalajs) to enable it.
1616

1717
# Other resources
1818

doc/tutorial/index.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ title: Tutorials
44
---
55

66
This series of tutorials teaches you how to use Scala.js together with modern development tools.
7+
They can be followed independently of each other.
8+
9+
If you have time, reading and applying them in order will give you more in-depth knowledge about the development environment.
10+
11+
If you are in a hurry, you can skip the ones you are not interested in.
12+
Each tutorial starts with a link to a repo that you can clone to get off the ground.
13+
14+
In any case, make sure that you have the prerequisites listed below covered.
715

816
1. [Scala.js and Vite](./scalajs-vite.html):
917
* Set up a hello world project ready for live reloading in the browser.
@@ -13,13 +21,6 @@ This series of tutorials teaches you how to use Scala.js together with modern de
1321
3. [ScalablyTyped](./scalablytyped.html):
1422
* Integrate JavaScript libraries using ScalablyTyped.
1523

16-
If you have time, reading and applying them in order will give you more in-depth knowledge about the development environment.
17-
18-
If you are in a hurry, you can skip the ones you are not interested in.
19-
Each tutorial starts with a link to a repo that you can clone to get off the ground.
20-
21-
In any case, make sure that you have the prerequisites listed below covered.
22-
2324
## Prerequisites
2425

2526
In any case, make sure that you have the following tools installed first:

0 commit comments

Comments
 (0)