https://github.com/khui0/kennyhui-desktop
macOS inspired desktop environment
https://github.com/khui0/kennyhui-desktop
desktop desktop-environment macos svelte typescript web-desktop
Last synced: 2 months ago
JSON representation
macOS inspired desktop environment
- Host: GitHub
- URL: https://github.com/khui0/kennyhui-desktop
- Owner: khui0
- License: mit
- Created: 2025-04-17T14:17:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T16:59:49.000Z (about 1 year ago)
- Last Synced: 2025-05-11T12:56:17.563Z (about 1 year ago)
- Topics: desktop, desktop-environment, macos, svelte, typescript, web-desktop
- Language: Svelte
- Homepage: https://desktop.kennyhui.dev/
- Size: 12.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Kenny Hui's Desktop



### Try it here: [desktop.kennyhui.dev](https://desktop.kennyhui.dev/)
## Development
Install dependencies and run dev server
```bash
npm i
npm run dev
```
### Icons
Place square icons in `src/icons/source` and run
```bash
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`
```bash
npm run build
```