https://github.com/haydenbleasel/website
My personal website.
https://github.com/haydenbleasel/website
nextjs personal-website react tailwindcss vercel
Last synced: about 1 month ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/haydenbleasel/website
- Owner: haydenbleasel
- Created: 2022-03-18T05:18:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T09:20:07.000Z (3 months ago)
- Last Synced: 2025-03-29T05:03:48.418Z (about 2 months ago)
- Topics: nextjs, personal-website, react, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://haydenbleasel.com
- Size: 1.16 MB
- Stars: 143
- Watchers: 4
- Forks: 22
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Security: SECURITY.md
Awesome Lists containing this project
README
# haydenbleasel.com
Hello! I'm Hayden Bleasel, a software engineer and designer. This is my personal website - it's built with [Next.js](https://nextjs.org) and hosted on [Vercel](https://vercel.com).
## Contributing
To contribute, first install the dependencies:
```bash
pnpm install
```Then, run the development server:
```bash
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Deploying
This website is deployed automatically to Vercel.