Skip to content

Commit

Permalink
#25835 updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofBrylski committed Dec 5, 2024
1 parent a2d2578 commit 6d525e2
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
[[_TOC_]]

# Plain JS Plugin

## Quick start

1. `yarn` - to install dependencies
2. `yarn start` - to start development mode - rebuild on file modifications
3. update your `plugin-manifest.json` file to contain the production URL and other plugin information
4. `yarn build` - to build plugins
# SurferSeo integration plugin

## Usage

Expand Down Expand Up @@ -36,14 +29,24 @@ aligns with your goals.

![](.docs/images/select-key-words.png)

Next, select the tag of interest from the list of available tags.
Next, select the tag of interest from the list of available tags.

![](.docs/images/tag-list.png)

Now, the content of the selected field will be analyzed based on the tags you have chosen.

![](.docs/images/analize.png)

You can read more about SurferSeo
plugin [here](https://surferseo.notion.site/Surfer-Guidelines-in-your-CMS-ba2ea6b1a3234850bc1b49caa1a7acda)

## Quick start

1. `yarn` - to install dependencies
2. `yarn start` - to start development mode - rebuild on file modifications
3. update your `plugin-manifest.json` file to contain the production URL and other plugin information
4. `yarn build` - to build plugins

## Dev environment

Dev environment is configured to use:
Expand Down

0 comments on commit 6d525e2

Please sign in to comment.