Skip to content

mdsavian/marlonsavian.com

Repository files navigation

marlonsavian.com

This repo is my website marlonsavian.com built with Next.js and hosted with Vercel

🛠 Instalation & Set up

  1. Make sure you have installed and are using the correct version of Node using NVM.

  2. After setting everything up, clone this repo:

    git clone [email protected]:mdsavian/marlonsavian.com.git
  3. Install dependencies

    npm install
  4. Start the development server

    npm run dev
  5. Open http://localhost:3000 with your browser to see the result.

🚀 Building and Running for Production

  1. Generate a full optimized production build

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

    npm run start
  3. Open http://localhost:3000 with your browser to see the result.

Releases

No releases published

Packages

No packages published