View file File name : README.md Content :# Tarras Cherry Corp website ## Commands you can use here ###### A required command to install all the dependencies ``` yarn install ``` ###### Run yarn in watch mode - when any chnages are done in Sass or JS - it will autobuild the assets ``` yarn run wath ``` ###### Run yarn in production mode - build all the assets with minification ``` yarn run build ```