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

https://github.com/live-miracles/wake-up-support

Small tool to remotely boot up systems on local network
https://github.com/live-miracles/wake-up-support

electron typescript wake-on-lan

Last synced: 3 days ago
JSON representation

Small tool to remotely boot up systems on local network

Awesome Lists containing this project

README

          

# Wake Up Support

A small Windows-focused Electron app for sending Wake-on-LAN magic packets to systems on a local network.

## Development

```powershell
npm install
npm run dev
```

## Build

```powershell
npm run build
npm run dist
```

Set the `build.publish.owner` and `build.publish.repo` values in `package.json` to your GitHub release repository before publishing auto-updates.