Update readme

This commit is contained in:
Andras Schmelczer 2022-09-21 23:31:06 +02:00
parent 3752f7c4aa
commit 9affe7b1f6
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -6,11 +6,11 @@ An easily configurable portfolio.
## Configuration ## Configuration
- The actual content is in [portfolio.ts](src/portfolio.ts) - The actual content is in the [data](src/data) folder starting with [portfolio.ts](src/data/portfolio.ts)
- The assets referenced should be located in [src/static](src/static) - The assets referenced should be located in [data/media](src/data/media)
## Build ## Build
1. `npm install` 1. `npm install`
2. `npm run build` 2. `npm run build`
3. You can find the results in the [dist folder](dist) 3. You can find the results in the [dist](dist) folder