schmelczer-dev/README.md
Andras Schmelczer a5f64a3ff8
All checks were successful
Deploy to Pages / build (push) Successful in 1m6s
Small change
2026-05-09 13:42:13 +01:00

21 lines
546 B
Markdown

# Portfolio
> An easy-to-configure timeline for your projects.
[Check out the 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
## Info
- All images are converted to `WebP` after being imported into any file.
> Except for the og-image, and SVGs.