The Venus Hot Yoga website is constructed using Tailwind and Hugo hosted on Netlify.
Install all required dependencies.
npm iStart web server
hugo server -F -N -D --disableFastRender- The
mainbranch is where the site is automatically built from, and is the place to put changes relevant to the current version. - The
developbranch is where we store changes that are related to the next release. - The
feat/branch used for work on new feature.