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
- Host: GitHub
- URL: https://github.com/lexoyo/11gui
- Owner: lexoyo
- Created: 2020-10-14T03:18:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T03:33:29.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T17:20:48.990Z (8 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## Develop
```
$ npm install
$ npm start
```