Here I show some of my projects I am working on in my freetime. This includes my work in mostly these areas:
- 🌐 Web Development
- 🕹️ Game Development
- 🎵 Music Creation
You can visit this portfolio at https://fabianhummel.dev/.
If you want to run this portfolio locally, you can do so by following these steps:
- Clone this repository
- Run
npm installto install all dependencies - Run
npm run devto start the development server - Dependent on the configuration, you can now visit the website at http://localhost:3000