Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ yarn-error.log

#!.yarn/cache
.pnp.*

# We use .node-version
/.tool-versions
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ The Source Academy (<https://sourceacademy.org/>) is an immersive online experie

1. Install the version of Node.js as specified in the `.node-version` file

1. Install Python (known working versions: `2.7`, `3.8`, `3.9`, `3.10`) – **Note: Python `3.11` does not work**

1. Clone this repository and navigate to it using your command line

1. Install the version of `yarn` as specified in `package.json`, `packageManager`. On macos, you may need to run `corepack enable`.
1. Install the version of `yarn` as specified in `package.json`, `packageManager`.

> [!TIP]
> We recommend using `corepack` to manage the version of `yarn`, you may simply run `corepack enable` to complete this step.

1. Run `yarn install` to install dependencies.

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@
"url": "^0.11.1",
"webpack-bundle-analyzer": "^4.9.0"
},
"resolutions": {
"gl": "^8.0.2"
},
"browserslist": {
"production": [
"Firefox ESR",
Expand Down
Loading