A website for Mom to display all her recipes for free!
npm install
npm run watch
npm run build
- 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;
}
This is not an officially supported Google product, but rather Malte's private best-effort open-source project.