https://github.com/cotyhamilton/taylor-swift-lyrics
Taylor Swift lyrics search
https://github.com/cotyhamilton/taylor-swift-lyrics
deno svelte taylor-swift
Last synced: 4 months ago
JSON representation
Taylor Swift lyrics search
- Host: GitHub
- URL: https://github.com/cotyhamilton/taylor-swift-lyrics
- Owner: cotyhamilton
- License: cc0-1.0
- Created: 2024-09-06T02:13:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T22:44:37.000Z (over 1 year ago)
- Last Synced: 2025-04-10T22:54:09.527Z (about 1 year ago)
- Topics: deno, svelte, taylor-swift
- Language: Svelte
- Homepage: https://taylor-swift-lyrics.deno.dev
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taylor swift lyrics
Search for Taylor Swift lyrics
Data from [cotyhamilton/taylor-swift-lyrics-db](https://github.com/cotyhamilton/taylor-swift-lyrics-db)
## development
Install dependencies
```bash
deno install
```
Development server
```bash
deno task dev
```
Production build
```bash
deno task build
```
Preview production build
```bash
deno task preview
```
## built with
- [Deno](https://docs.deno.com)
- [Svelte 5 & SvelteKit](https://kit.svelte.dev)
- [shadcn-svelte](https://www.shadcn-svelte.com)