Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreatdeku committed Feb 16, 2022
1 parent 58c4acd commit 93747cc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bynder WordPress Plugin

Official distribution channel for the Bynder Wordpress Connector
Official distribution channel for the Bynder WordPress Connector

## WordPress Requirements

Expand All @@ -11,3 +11,21 @@ _The plugin for Wordpress 5.8 and earlier will not be actively maintained or dev
1. WordPress-5.9 (Requires WordPress 5.9)

2. WordPress-5.8-legacy (Requires WordPress 5.0 to 5.8)

# How Does it Work

This project was bootstrapped with [Wordpress Create Block](https://github.com/WordPress/gutenberg/blob/1f92999896beb98a572f46722e35b31b1de8d547/packages/create-block/README.md).

Below you will find some information on how to run scripts.

> You can find the more information [here](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/).
## 👉 `npm start`

- Use to compile and run the block in development mode.
- Watches for any changes and reports back any errors in your code.

## 👉 `npm run build`

- Use to build production code for your block inside `build` folder.
- Runs once and reports back the gzip file sizes of the produced code.

0 comments on commit 93747cc

Please sign in to comment.