From 29e9908d48e18f7fb83cfe45c8e75a4526c1997a Mon Sep 17 00:00:00 2001 From: ot0m1 Date: Fri, 30 May 2025 00:50:35 +0900 Subject: [PATCH] update readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7268544..6950ea6 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,24 @@ Users can create playlists of singles, all songs including albums, etc. by simpl Enjoy! # To develop -``` +```bash git clone https://github.com/ot0m1/Srive.git cd srive npm install npm run dev ``` -# Test +or + +```bash +git clone https://github.com/ot0m1/Srive.git +cd srive +docker compose build +docker compose up ``` + + +# Test +```bash npm run test ```