A simple home page for my personal needs.
To run the app you can use
- asdf:
asdf install npm install npm run dev
- Docker Compose:
docker compose up app
- Local Node.js (minimum version supported: v20):
npm install npm run dev
Now visit http://localhost:5173 and see the app :)