Kenny Hui's Desktop
April 24, 2025 ยท View on GitHub
Kenny Hui's Desktop
Try it here: desktop.kennyhui.dev
Development
Install dependencies and run dev server
npm i
npm run dev
Icons
Place square icons in src/icons/source and run
npm run build:icons
Generated icons will be placed in src/lib/assets/icons. Icons are automatically generated on npm i.
Building
Project will be built to /dist
npm run build