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

https://github.com/koompi/koompi-os-installer

KOOMPI OS System Installer
https://github.com/koompi/koompi-os-installer

Last synced: about 1 year ago
JSON representation

KOOMPI OS System Installer

Awesome Lists containing this project

README

          

# KOOMPI OS Installer

## Development

```
pnpm i
pnpm run tauri dev
```

## Deployment

```
pnpm run tauri build

# run as installer mode
./src-tauri/target/release/koompi-os-installer installer

# run as oem mode
./src-tauri/target/release/koompi-os-installer oem
```