Update readme
This commit is contained in:
parent
3752f7c4aa
commit
9affe7b1f6
1 changed files with 3 additions and 3 deletions
|
|
@ -6,11 +6,11 @@ An easily configurable portfolio.
|
|||
|
||||
## Configuration
|
||||
|
||||
- The actual content is in [portfolio.ts](src/portfolio.ts)
|
||||
- The assets referenced should be located in [src/static](src/static)
|
||||
- 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 [data/media](src/data/media)
|
||||
|
||||
## Build
|
||||
|
||||
1. `npm install`
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue