Overview
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.
Features
- Next.js Framework: Utilizes Next.js for efficient, server-rendered React applications.
- Vercel Hosting: Hosted on Vercel for streamlined deployment and scalability.
- Contribution Guidelines: Provides clear instructions on how to contribute to the website.
- Live Development Server: Enables live viewing of changes through a local development server.
- Auto-Deployment: Automatically deploys changes to Vercel for seamless updates.
Installation
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.
Summary
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.