7 lines
177 B
Markdown
7 lines
177 B
Markdown
# 🚀 Getting started with Svelte
|
|
|
|
### Starting the container:
|
|
``docker-compose up --build -d``
|
|
|
|
### Restart and rebuild Svelte:
|
|
``docker-compose up --detach --build svelte``
|