Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haydenbleasel/website
My personal website.
https://github.com/haydenbleasel/website
nextjs personal-website react tailwindcss vercel
Last synced: 6 days ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/haydenbleasel/website
- Owner: haydenbleasel
- Created: 2022-03-18T05:18:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T16:31:59.000Z (21 days ago)
- Last Synced: 2025-01-13T09:05:28.430Z (13 days ago)
- Topics: nextjs, personal-website, react, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://haydenbleasel.com
- Size: 1.9 MB
- Stars: 127
- Watchers: 4
- Forks: 17
- Open Issues: 5
-
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.