From c7d483ceebdac0bae48bdd3e5adbd72d7e24e1eb Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Fri, 7 Feb 2025 20:51:51 +0100 Subject: [PATCH] Add readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c17cf01 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## a frontend to yt-dlp + +### Getting started + +- Clone the repo +- Run `npm install` (you have to have node installed) +- Run `npm run dev` +- Now you can write code + +### Missing + +- Proper logs +- Containerfile +- Source spotify (spotdl)