schmelczer-dev/README.md
2020-08-10 19:07:50 +02:00

14 lines
361 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 by that file should be located in [src/static](src/static)
## Build
1. `npm install`
2. `npm run build`
3. You can find the results [here](dist)