chore: updated readme with short 'setting started' and 'possible issues' texts.

This commit is contained in:
Erik Tiekstra
2024-10-14 09:59:01 +02:00
parent a780698e83
commit 5f9bd57a7c

View File

@@ -23,11 +23,11 @@ The RTE plugin has the following configuration available. The values should be s
## Getting started ## 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. 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 ### Possible issues
- Browsers/Browser extensions - 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.