Add ad_astra post

This commit is contained in:
schmelczerandras 2020-08-10 19:07:50 +02:00
parent a8e6cdffd6
commit fb044bc122
20 changed files with 66 additions and 428 deletions

View file

@ -5,5 +5,10 @@ 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).
- 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)