Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 767 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 767 Bytes

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