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

https://github.com/alirzaev/eqemu

An Electron-based frontend for QEMU
https://github.com/alirzaev/eqemu

electron qemu vm

Last synced: 5 months ago
JSON representation

An Electron-based frontend for QEMU

Awesome Lists containing this project

README

          

# EQEMU

An Electron-based frontend for QEMU

## Project setup

```shell script
yarn && yarn start
```

## Build

```shell script
yarn package
```

## Lint

```shell script
yarn lint
```

## Format

```shell script
yarn format
```