My simple and minimal personal website yazdanzinati.com. Built mostly with vanilla js, html, and css.
git clone https://github.com/YazdanZ/yazdanzinati.com.git
cd yazdanzinati.com
npm install
npm run serve
npm run build
# modify repo url in packages.json and CNAME if using a custom domain
npm run predeploy
npm run deploy