Commit Graph

2 Commits

Author SHA1 Message Date
3066e3f2ed
feat: update README and change default port
* Add table of contents to improve README navigation
* Update About section to reflect migration from static site to Haskell
  project
* Change default fallback port from 3000 to 8080 when PORT env var is
  not set
2025-03-23 00:27:15 +01:00
cdaf2c4157
feat!: convert portfolio to Haskell web application
* Migrate from static HTML/JS to Haskell/Scotty web application
* Add server-side routing and API endpoints
* Implement language switching and command processing
* Set up project structure with stack
* Move static assets to dedicated directory
* Add type definitions and template rendering
2025-02-25 22:02:55 +01:00