From 4eada456bd941bf83d04c49c5f9eefd5f1203f12 Mon Sep 17 00:00:00 2001 From: Sara Steiert Date: Mon, 15 May 2017 12:33:00 +0200 Subject: [PATCH] UPDATE README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e93daa..d7300fe 100755 --- a/README.md +++ b/README.md @@ -26,22 +26,22 @@ Follow these instructions to set up this project and create your own CV. ### Prerequisites -To run this project, please install node. (See https://nodejs.org/en/download/package-manager/ and https://nodejs.org/en/download/) +To run this project, please install node. ### Installation - Clone this repository. -- Switch to project directory and run `npm install`. - +- Switch to project directory. +- Run `npm install`. +- To preview CV's run `npm run dev`. Check out . ### Adjusting your personal information - Adjust your personal information in `/src/person.js`. - Replace placeholder image `/public/person.jpg` with your portrait. -- To preview your CV run `npm run dev`. Check out . The app recompiles automatically. This may take a short while. Feel free to adjust stylings to fit your needs!