Skip to content

Commit

Permalink
fixing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig committed Apr 12, 2024
1 parent cb203e0 commit 140d6d9
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 507 deletions.
10 changes: 9 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cp .env.example .env.local

Enter the missing Auth0 values and save.

Now that dependencies are installed, all you need to do is run `node dev` to
Now that dependencies are installed, all you need to do is run `node dev` to
bring up the all services. Invoke `node run --help` for information on how
to use this script, as you can use it to watch individual (or groups of)
services during development. See the [Using node dev](Using-node-dev) section
Expand Down Expand Up @@ -283,3 +283,11 @@ Output will be located in the terminal.
# Prompting user after version change

The current version numbers are stored in `updateAlertVersion.json`. This JSON is ready by both the client and the multiplayer server. When the client has a lower version number then the multiplayer (the version is sent by the multiplayer server with the EnterFileRoom message), then the user is prompted to refresh with slightly different experience based on required vs. recommended changes.

# Install Pyodide
* Delete the quadratic-client/public/pyodide directory
* npm i pyodide@latest
* mkdir quadratic-client/public/pyodide
* cp -rf node_modules/pyodide quadratic-client/public/
* download the latest pyodide packages (the largest file available in https://github.com/pyodide/pyodide/releases)
* unpack the file and copy its contents to quadratic-client/public/
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quadratic-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"node-fetch": "^3.3.2",
"postcss": "^8.4.31",
"prettier-plugin-tailwindcss": "^0.4.1",
"pyodide": "^0.25.0",
"pyodide": "^0.25.1",
"sass": "^1.69.5",
"serve": "^14.2.0",
"tailwindcss": "^3.3.5",
Expand Down
Loading

0 comments on commit 140d6d9

Please sign in to comment.