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: 2 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: 2024-12-23T04:06:02.000Z (3 days ago)
- Last Synced: 2024-12-23T04:29:46.756Z (3 days ago)
- Topics: nextjs, personal-website, react, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://haydenbleasel.com
- Size: 1.47 MB
- Stars: 124
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
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.