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: README.md
+12-28Lines changed: 12 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,40 +6,24 @@ This repository contains the default modules of the Source Academy and their doc
6
6
7
7
The [Source Academy](https://sourceacademy.org) and [Source Academy @ NUS](https://sourceacademy.nus.edu.sg) are configured to access the default module site when evaluating `import` directives.
8
8
9
+
If you are looking for the documentation for the default modules, that can be found [here](https://source-academy.github.io/modules/documentation).
10
+
11
+
If you are a developer looking to do things like create a new bundle or work with the repository, the developer documentation can be found [here](https://source-academy.github.io/devdocs).
Copy file name to clipboardExpand all lines: docs/src/modules/1-getting-started/2-start.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ A stable version of [NodeJS](https://nodejs.org/en/) is required on your local d
10
10
11
11
You can use [nvm](https://github.com/creationix/nvm#installation)_(macOS/Linux)_ or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows)_(windows)_ to switch Node versions between different projects.
12
12
13
+
> [!INFO]
14
+
> The tooling in the repository is intended to work with both Posix-Compliant systems (macOS/Linux/WSL) _and_ Windows.
15
+
> If you encounter any compatibility issues do open an issue with the respository.
16
+
13
17
## 2. Clone this Repository
14
18
15
19
Clone the modules repository to your local machine using `git` or your tool of choice.
0 commit comments