A beautiful modern portfolio site built with Next.js.
Hayden Bleasel’s website serves as a personal platform for the software engineer and designer. Built using Next.js and hosted on Vercel, the site showcases his work and serves as a point of interaction with visitors.
To install the website theme locally and contribute to it, follow these steps:
Clone the repository:
git clone [repository-url]
Install dependencies:
npm install
Run the development server:
npm run dev
Access the development server in your browser: Open http://localhost:3000
Start editing the page:
Modify the app/page.tsx
file. The page auto-updates as you edit.
Hayden Bleasel’s website, built with Next.js and hosted on Vercel, offers a clean and innovative showcase of his skills and projects. With clear contribution guidelines, a live development server for instant changes, and automated deployment to Vercel, the website exemplifies efficiency and modern web development practices.