schmelczer-dev/README.md
schmelczerandras 9a87fd9687 Fixup readme
2020-11-26 23:24:13 +01:00

16 lines
365 B
Markdown

# Timeline
An easily configurable portfolio.
> [Click for live version](https://schmelczer.dev)
## Configuration
- The actual content is in [portfolio.ts](src/portfolio.ts)
- 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 in the [dist folder](dist)