Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 801 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 801 Bytes

Geczy Recipe Site

A website for Mom to display all her recipes for free!

Getting Started

1. Install dependencies

npm install

2. Build, serve, watch and test

npm run watch

3. Build and test

npm run build

Customize

  • Search for "Update me" across files in your editor to find all the site specific things you should update.
  • Update the favicons in 'img/favicon/'.
  • Otherwise: Knock yourself out. This is a template repository.
  • For a simple color override, adjust these CSS variables at the top of css/main.css.
:root {
  --primary: #e7bf60;
  --primary-dark: #f9c412;
}

Disclaimer

This is not an officially supported Google product, but rather Malte's private best-effort open-source project.