https://github.com/tyhil/personal-website
Personal website of Tyler Gordon Hill
https://github.com/tyhil/personal-website
css css3 developer-portfolio html html5 javascript personal-portfolio personal-website portfolio portfolio-page portfolio-website portfoliosite resume-website
Last synced: about 2 months ago
JSON representation
Personal website of Tyler Gordon Hill
- Host: GitHub
- URL: https://github.com/tyhil/personal-website
- Owner: TyHil
- License: gpl-3.0
- Created: 2021-07-14T04:08:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T00:36:17.000Z (5 months ago)
- Last Synced: 2025-05-09T01:54:25.906Z (5 months ago)
- Topics: css, css3, developer-portfolio, html, html5, javascript, personal-portfolio, personal-website, portfolio, portfolio-page, portfolio-website, portfoliosite, resume-website
- Language: HTML
- Homepage: https://tylergordonhill.com
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# personal-website
Personal website of Tyler Gordon Hill available at
[tylergordonhill.com](https://tylergordonhill.com).[Style guide](https://github.com/TyHil/personal-website-styles)
## Subsites
- [Set Operations for Spotify](https://github.com/TyHil/set-operations-for-spotify)
- [Typewriter Formatting](https://github.com/TyHil/typewriter-formatting)
- [Cards Against Humanity Card Maker](https://github.com/TyHil/cah-maker)
- [Response Display](https://github.com/TyHil/response-display)
- [Password Generator](https://github.com/TyHil/password-generator)
- [Recipes](https://github.com/TyHil/recipes)## Set-up
This project requires a working [Node.js](https://nodejs.org/) and [PNPM](https://pnpm.io/)
installation. To start, clone the repository, install dependencies, and then run `pnpm dev` to
launch a local development server at [`localhost:3000`](https://localhost:3000).```bash
git clone --recurse-submodules https://github.com/TyHil/personal-website.git
cd personal-website
pnpm install
pnpm dev
```## License
GPL-3.0 License