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 ```