From 9a87fd96874c8d02a21c037d04291d5da2573f27 Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Thu, 26 Nov 2020 23:24:13 +0100 Subject: [PATCH] Fixup readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3db1cc..15330e4 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ An easily configurable portfolio. > [Click for live version](https://schmelczer.dev) -## Configuration +## Configuration + - The actual content is in [portfolio.ts](src/portfolio.ts) -- The assets referenced by that file should be located in [src/static](src/static) +- The assets referenced should be located in [src/static](src/static) ## Build + 1. `npm install` 2. `npm run build` -3. You can find the results [here](dist) +3. You can find the results in the [dist folder](dist)