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

https://github.com/lexoyo/11gui

Eleventy GUI for non programmers to run 11ty with a click
https://github.com/lexoyo/11gui

Last synced: 7 months ago
JSON representation

Eleventy GUI for non programmers to run 11ty with a click

Awesome Lists containing this project

README

          

## Road map

Alpha version

* [x] Watch and build with 11ty
* [x] Serve preview site
* [ ] Display build errors
* [ ] Github action to build releases for Windows and MacOS

## Use

1. Download latest release
2. Run the .dmg or .exe file
3. Select a folder with an 11ty website
4. Start

![11Gui](screenshot.png)

## Develop

```
$ npm install
$ npm start
```