updated packages
This commit is contained in:
@@ -17,6 +17,7 @@ This is the second version of the [original evolution simulator](https://github.
|
|||||||
- Clone this repository
|
- Clone this repository
|
||||||
- In terminal/powershell, go to the repository and run `npm install`
|
- In terminal/powershell, go to the repository and run `npm install`
|
||||||
- Run `npm run build` (or `npm run build-watch` for a better developer experience)
|
- Run `npm run build` (or `npm run build-watch` for a better developer experience)
|
||||||
|
- If you get a `Can't resolve jquery` error message run `npm install --save jquery`
|
||||||
- Open `dist/index.html` in your browser. The simulation should start running.
|
- Open `dist/index.html` in your browser. The simulation should start running.
|
||||||
|
|
||||||
To load custom creations (found in `/dist/assets`), you must have a simple web server that serves all files in the dist directory. I do this with python:
|
To load custom creations (found in `/dist/assets`), you must have a simple web server that serves all files in the dist directory. I do this with python:
|
||||||
|
|||||||
4307
package-lock.json
generated
4307
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -24,5 +24,7 @@
|
|||||||
"webpack": "^4.43.0",
|
"webpack": "^4.43.0",
|
||||||
"webpack-cli": "^3.3.12"
|
"webpack-cli": "^3.3.12"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {
|
||||||
|
"jquery": "^3.6.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user