From 6fd1d2150df833fee6707c32410bb279a4bcbbd1 Mon Sep 17 00:00:00 2001 From: Max Robinson Date: Mon, 16 Jan 2023 18:01:43 -0600 Subject: [PATCH] made it more approachable --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92bd227..cc10a46 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ This is the second version of the [original evolution simulator](https://github. # How to Run and Modify the Code - [Install node and npm](https://nodejs.org/en/download/) - - Clone this repository - - In terminal/powershell, go to the repository and run `npm install` + - Download or clone this repository + - 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) - 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.