Skip to content

nathanielbelen/next-portfolio

Repository files navigation

nathaniel's personal website 👋

This is my personal website built with Next.js, React, and Tailwind CSS.

I also use framer-motion to assist with smooth animations and formspree.io to handle my contact form submissions.

development & getting started

install the necessary dependencies

npm install

start the development server

npm run dev

production & deployment

build optimized version of application

npm run build

start next.js production server to serve the application

npm start

notes

if utilizing google analytics, add your Measurement ID to the project's environment variables under NEXT_PUBLIC_GOOGLE_ANALYTICS

Adding Environment Variables on Vercel Deployment

NEXT_PUBLIC_GOOGLE_ANALYTICS={analytics_key}