From 0dea7b77d75dca1f5504334f94f15319f2ca9836 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 4 Oct 2022 09:05:34 +0200 Subject: [PATCH] README.md created for entire project --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..81807d8 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# 🚀 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``