diff --git a/frontend/svelte/README.md b/frontend/svelte/README.md index 94994b0..02b9db1 100644 --- a/frontend/svelte/README.md +++ b/frontend/svelte/README.md @@ -1,3 +1,7 @@ # 🚀 Getting started with Svelte -Starting the container: ``docker-compose up --build -d`` +### Starting the container: +``docker-compose up --build -d`` + +### Restart and rebuild Svelte: +``docker-compose up --detach --build svelte``