Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)