16 lines
416 B
Markdown
16 lines
416 B
Markdown
# Timeline
|
|
|
|
An easily configurable portfolio.
|
|
|
|
> [Click for live version](https://schmelczer.dev)
|
|
|
|
## Configuration
|
|
|
|
- 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](dist) folder
|