This repo is my website marlonsavian.com built with Next.js and hosted with Vercel
-
Make sure you have installed and are using the correct version of Node using NVM.
-
After setting everything up, clone this repo:
git clone [email protected]:mdsavian/marlonsavian.com.git
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
-
Generate a full optimized production build
npm run build
-
Preview the site as it will appear once deployed
npm run start
-
Open http://localhost:3000 with your browser to see the result.