This repository contains the site generator and API supporting the frontend of the Squeezer Landing Page Generator Client.
yarn install
yarn run start
to run serveryarn run build
to build all css for sites
The site builder works by passing user-defined site data into template files. Sites are regenerated upon data save, and statically served once published.
Stack:
- 11ty for site generation
- Handlebars for site templating
- ReactJS for site editing interface