Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 678 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 678 Bytes

is-nomachine-running

An extremely basic web server that simply displays whether nomachine is running and, if so, whether a client is connected.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

TO DO

  • Test on macOS
  • Test on Linux
  • Test on Windows
  • Support virtual clients, multiple clients, etc.
  • Upgrade to Vue 3