Skip to content

Remove dependency override and update setup instructions #3111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ terraform*
.env.test.local
.env.production.local
.idea/
.vscode/
cadet-frontend.iml

npm-debug.log*
.eslintcache
Expand All @@ -50,3 +48,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.

8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.useFlatConfig": true,
"files.insertFinalNewline": true,
"liveServer.settings.file": "/index.html",
"liveServer.settings.NoBrowser": true,
"liveServer.settings.root": "/build"
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ 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`.

> 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