This is the repo for the public website at wctp.io
Install composer dependencies, including tightenco/jigsaw
composer install
Install npm repositories, including @fortawesome/font-awesome-free
and tailwindcss
yarn
Run Laravel Mix for front-end assets in dev environment
This also runs jigsaw build and creates
build_local
folder
yarn run dev
Run Laravel Mix for front-end assets in production environment
This also runs jigsaw build and creates
build_production
folder
yarn run production
Build jigsaw site without re-running Laravel Mix everytime
vendor/bin/jigsaw build
Watch for file changes and use browsersync
yarn run watch