Edit file File name : README.md Content :# 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 watch ``` ###### Run yarn in production mode - build all the assets with minification ``` yarn run build ``` Save