mirror of
https://github.com/MrUnknownDE/sptify2yt.git
synced 2026-04-06 00:31:58 +02:00
docs: Add GitHub badge, improve setup instructions in README, and ignore cache directory.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -141,4 +141,7 @@ dist
|
||||
# SvelteKit build / generate output
|
||||
.svelte-kit
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/node
|
||||
# End of https://www.toptal.com/developers/gitignore/api/node
|
||||
|
||||
# Application cache (analysis jobs and search results)
|
||||
cache/
|
||||
15
README.md
15
README.md
@@ -1,5 +1,7 @@
|
||||
# Spotify to YouTube Music Migration Tool
|
||||
|
||||
[](https://github.com/MrUnknownDE/sptify2yt)
|
||||
|
||||
A Node.js web application that migrates your Spotify playlists to YouTube Music with a preview and review workflow.
|
||||
|
||||
## ✨ Features
|
||||
@@ -39,7 +41,8 @@ A Node.js web application that migrates your Spotify playlists to YouTube Music
|
||||
### Option 1: Local Development
|
||||
|
||||
```bash
|
||||
# Clone and enter directory
|
||||
# Clone the repository
|
||||
git clone https://github.com/MrUnknownDE/sptify2yt.git
|
||||
cd sptify2yt
|
||||
|
||||
# Install dependencies
|
||||
@@ -58,16 +61,26 @@ Open http://localhost:3000 in your browser.
|
||||
### Option 2: Docker
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/MrUnknownDE/sptify2yt.git
|
||||
cd sptify2yt
|
||||
|
||||
# Copy and configure environment
|
||||
cp .env.example .env
|
||||
nano .env
|
||||
|
||||
# Build and run
|
||||
docker compose up -d
|
||||
|
||||
# View logs (optional)
|
||||
docker compose logs -f
|
||||
```
|
||||
|
||||
Open http://localhost:3000 in your browser.
|
||||
|
||||
To stop: `docker compose down`
|
||||
|
||||
|
||||
## ⚙️ Configuration
|
||||
|
||||
All settings are configured via environment variables (`.env` file):
|
||||
|
||||
Reference in New Issue
Block a user