The second iteration of mvlanga.com built with Astro and hosted on Netlify.
You can use this code for your own website, with attribution.
I like keeping my site open source but invested a large amount of time and effort into building and designing this version of my website. Please don’t claim this work as your own.
Yes, you can fork this repo. Please give me proper credit by linking back to mvlanga.com. Thanks!
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run preview