Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevortylerlee/trevortylerlee.com
https://github.com/trevortylerlee/trevortylerlee.com
astro giscus howlerjs portfolio tailwindcss
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trevortylerlee/trevortylerlee.com
- Owner: trevortylerlee
- Created: 2022-11-22T03:00:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T03:34:24.000Z (4 months ago)
- Last Synced: 2024-10-15T06:52:42.601Z (2 months ago)
- Topics: astro, giscus, howlerjs, portfolio, tailwindcss
- Language: TypeScript
- Homepage: https://www.trevortylerlee.com
- Size: 30.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trevortylerlee.com
## Setup Instructions
```zsh
# Clone the repository
git clone https://github.com/trevortylerlee/trevortylerlee.com.git foo# Navigate to the directory
cd foo# Install dependencies
npm install# Run on localhost:1999
npm run dev
```