10 lines
282 B
Markdown
10 lines
282 B
Markdown
# 🚀 Getting started with PomeloNote
|
|
|
|
### Starting the container with svelte and strapi:
|
|
``docker-compose up --build -d``
|
|
|
|
### Restart and rebuild Svelte:
|
|
``docker-compose up --detach --build svelte``
|
|
|
|
### Restart and rebuild Strapi:
|
|
``docker-compose up --detach --build strapi``
|