turquoise-guideprecated

A simple Apache site management gui written in Electron

Usage no npm install needed!

<script type="module">
  import turquoiseGui from 'https://cdn.skypack.dev/turquoise-gui';
</script>

README

Turquoise

Turquoise is a simple GUI for managing your Apache localhost sites. I've been trying to use proper webservers more often while I create websites (so I can access my stuff via http instead of file in browsers). Apache is a simple solution that I don't know too much about, but this GUI makes it quicker to use.

I wanted to use RubyTK to build this app bu decided to use Electron for quicker development (I'm already much more familiar with Electron).

Links

Installation

npm install -g turquoise-gui

To use

Here's how you run Turquoise on your local desktop!

(Just use the turquoise-gui command)

Authors