No description
Find a file
2022-11-03 11:14:53 +01:00
backend lastViewed bugfix findOne 2022-10-18 08:12:31 +02:00
docs Update index.md 2022-11-03 11:14:53 +01:00
frontend Merge branch 'develop' into editor 2022-10-18 09:42:17 +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 Update README.md 2022-11-03 10:42:48 +01:00

🚀 Getting started with PomeloNote

Setup

  • run npm i
  • get the .env file and save it to the root directory of the project
  • set up Strapi
    • go to localhost:1337/admin
    • register an admin user
    • go to Settings => Users&Permissions Plugin => Roles => Authenticated => Note => Select all
    • Save

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

TEST