Skip to content

guywuy/recipes

Repository files navigation

Don't Worry Chicken Curry

Progressive Web App of collected recipes with changeable quantities.

Live site

https://recipes.guywuy.com/

Running the local development mode

This command will run parcel and the local server (with [Browsersync][]) with auto reload.

yarn dev

Building the production version

To generate your static site/blog you can run the following command. It will prepare the content assets and run optimisations for a production release.

yarn build

More commands

Update dependencies and the cssdb used by Browserslist and PostCSS:

# Update dependencies interactively
yarn update:deps

# Update the cssdb definitions. Run it every month.
yarn update:cssdb