Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

alphagov/product-page-example-11ty

Repository files navigation

Product page template

An Eleventy powered static site.

It’s based on the Eleventy base blog but using the GOV.UK Design System and node-sass for styling.

Development

  1. Run npm run css:dev in one terminal tab to recompile your sass on demand.
  2. Run npm run dev to run Eleventy in dev mode
  3. Visit http://localhost:8080/

Automatic reloading is powered by Browsersync.

Deploying

If you have a PaaS account you can deploy as a static site with the command:

cf push -f manifest.yml

Releases

No releases published

Packages

No packages published