Progressive Web App of collected recipes with changeable quantities.
This command will run parcel
and the local server (with [Browsersync][]) with auto reload.
yarn dev
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
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