From 5bcafd0cb7c44c6a943b64a9d7b1d35e6224f33a Mon Sep 17 00:00:00 2001 From: starwarswii Date: Fri, 28 Feb 2020 16:10:33 -0500 Subject: [PATCH] removed striked out lines from readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ef98559..0095424 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,4 @@ Starwarswii ### Installation + Run -~to run locally, [install node / npm](nodejs.org/en)~ - -~then, go into the root of the project, and run `npm install` to set up the dependencies~ - -~use `npm start` to lanuch the local server~ - use any local http server to host the files in `public`, (such as [http-server](npmjs.com/package/http-server) from npm) then open up the site in your web browser.