Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cotyhamilton/taylor-swift-lyrics
Taylor Swift lyrics search
https://github.com/cotyhamilton/taylor-swift-lyrics
deno svelte taylor-swift
Last synced: 3 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T22:04:00.000Z (4 months ago)
- Last Synced: 2024-09-30T18:23:10.574Z (3 months ago)
- Topics: deno, svelte, taylor-swift
- Language: TypeScript
- Homepage: https://taylor-swift-lyrics.deno.dev
- Size: 957 KB
- 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
Config
```bash
export DENO_FUTURE=1
```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)