My personal website.
https://schmelczer.dev
| .github/workflows | ||
| .vscode | ||
| src | ||
| static | ||
| .eslintignore | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierrc | ||
| custom.d.ts | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| webpack.config.js | ||
Timeline
An easily configurable portfolio.
Configuration
- The actual content is in portfolio.ts
- The assets referenced should be located in src/static
Build
npm installnpm run build- You can find the results in the dist folder