made it more approachable

This commit is contained in:
Max Robinson
2023-01-16 18:01:43 -06:00
committed by GitHub
parent af2503ea20
commit 6fd1d2150d

View File

@@ -14,8 +14,8 @@ This is the second version of the [original evolution simulator](https://github.
# How to Run and Modify the Code # How to Run and Modify the Code
- [Install node and npm](https://nodejs.org/en/download/) - [Install node and npm](https://nodejs.org/en/download/)
- Clone this repository - Download or clone this repository
- In terminal/powershell, go to the repository and run `npm install` - Open a terminal or powershell comand prompt, 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` - 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.