From 5f9bd57a7c4268d2ae95fd47217755cfe3178d02 Mon Sep 17 00:00:00 2001 From: Erik Tiekstra Date: Mon, 14 Oct 2024 09:59:01 +0200 Subject: [PATCH] chore: updated readme with short 'setting started' and 'possible issues' texts. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a422662..7c9a55e 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ The RTE plugin has the following configuration available. The values should be s ## Getting started -Run `npm install` in the root and the [rte](rte), [remix](remix) folders to install all dependencies. After that you can start the project by running `npm run dev` in the root of the repository. +Run `npm install` in the root, the [rte](rte) and [remix](remix) folders to install all dependencies. After that you can start the project by running `npm run dev` in the root of the repository. To use the local version of ImageVault inside contentstack, you need to add the `Dev ImageVault Custom field` as custom extension instead of the default `ImageVault` extension. ### Possible issues - Browsers/Browser extensions - - ContentStack is using the extension from your locally served extension through `localhost:3000`. This means that some browsers or browser extensions block ContentStack from talking with `localhost`. Solution: Disable this functionality in your browser. + - ContentStack is using the extension from your locally served extension through `localhost:3000`. This means that some browsers or browser extensions block ContentStack from talking with `localhost`. **Solution:** Disable this functionality in your browser.