From 319828b8b1f65e016c666862204a3a43d3cd62cf Mon Sep 17 00:00:00 2001 From: Jonas Weissengruber <56699130+j-weissen@users.noreply.github.com> Date: Tue, 18 Oct 2022 09:10:42 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 00740cd..57160d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # 🚀 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``