Skip to content

mvlanga/mvlanga-com-astro

Repository files navigation

mvlanga.com - v2

The second iteration of mvlanga.com built with Astro and hosted on Netlify.

Netlify Status

🚨 Forking this repo

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.

TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to mvlanga.com. Thanks!

🛠 Installation & set up

  1. Install and use the correct version of Node using NVM

    nvm install
  2. Install dependencies

    npm install
  3. Start the development server

    npm run dev

🚀 Building and running for production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run preview

⏲️ Previous iterations

v1 - mvlanga.com