Portfolio This is my personal portfolio website. It is built with Svelte, TailwindCSS and hosted on Netlify. Installation Pre-requisites Yarn > 4.x.x git clone cd personal-portfolio yarn install Run in development yarn dev Building yarn build # OR with immediate preview: yarn start-build