Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 552 Bytes

readme.md

File metadata and controls

executable file
·
20 lines (14 loc) · 552 Bytes

Recipe Runner web & docs

You can find the online version of Recipe Runner at https://recipe-runner.yosymfony.com

Building the site

This site is built with Jigsaw.

Requires: PHP +7.1.3 and NPM.

composer install
npm install
npm run dev
composer godev

If you are running this site on a Vagrant environment such as Homestead, you may get an error installing npm packages due to symlinks, see yarnpkg/yarn#4908. If so, run npm install --no-bin-links instead of npm install.