No description
Find a file
dhain b49a4c3ddf Merge branch 'listing' into develop
# Conflicts:
#	backend/strapi/src/api/note/content-types/note/schema.json
#	frontend/svelte/package-lock.json
#	frontend/svelte/src/routes/editor/+page.svelte
2022-10-04 10:32:48 +02:00
backend docker-compose.yml for full project created, .env to source root! 2022-10-04 08:55:55 +02:00
frontend Merge branch 'listing' into develop 2022-10-04 10:32:48 +02:00
docker-compose.yml docker-compose.yml for full project created, .env to source root! 2022-10-04 08:55:55 +02:00
README.md README.md updated username shown in input for login 2022-10-04 09:16:17 +02:00

🚀 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