An open API service indexing awesome lists of open source software.

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

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