An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Kenny Hui's Desktop

![GitHub package.json version](https://img.shields.io/github/package-json/v/khui0/kennyhui-desktop?color=%23600cae&)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/khui0/kennyhui-desktop?color=%23600cae&)
![Website](https://img.shields.io/website?url=https%3A%2F%2Fdesktop.kennyhui.dev%2F&color=%23600cae)

### 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
```