From 4eada456bd941bf83d04c49c5f9eefd5f1203f12 Mon Sep 17 00:00:00 2001 From: Sara Steiert Date: Mon, 15 May 2017 12:33:00 +0200 Subject: [PATCH 1/2] 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! From 78b63daa37e19a724345eeb4222bb4e4659651cc Mon Sep 17 00:00:00 2001 From: Sara Steiert Date: Mon, 15 May 2017 12:36:27 +0200 Subject: [PATCH 2/2] REMOVE todo.md --- TODO.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100755 index 7e5ff31..0000000 --- a/TODO.md +++ /dev/null @@ -1,7 +0,0 @@ - - -# TODO - -- pdf's have black borders at right and bottom -- tutorial for new fonts does not work -- move `person.js` to main-folder