blocks-everywhere
Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.
File Explorer
Download Latest Version (.zip)- lintfix.sh
- psalm.php
- svn.sh
- class-bbpress.php
- class-buddypress.php
- class-comments.php
- class-editor.php
- class-handler.php
- banner-1544x500.png
- banner-772x250.png
- icon-128x128.png
- icon-256x256.png
- edit.tsx
- index.tsx
- use-enter.tsx
- embed.tsx
- index.tsx
- topic-users.js
- buddypress.tsx
- index.tsx
- bbpress.scss
- buddypress.scss
- comments.scss
- editor.scss
- style.scss
- theme-compat.scss
- block.ts
- confirm-content.tsx
- content-block-icon.tsx
- edit.scss
- edit.tsx
- embed-placeholder.tsx
- index.tsx
- inline-skeleton.tsx
- save.tsx
- search-results.tsx
- support-content-embed.tsx
- utils.ts
- view.scss
- view.ts
- wordpress-icon.tsx
- wordpress.png
- index.tsx
- bootstrap.php
- test-bbpress-content.php
- .eslintrc.js
- .gitignore
- .prettierrc.js
- blocks-everywhere.php
- composer.json
- composer.lock
- LICENSE.md
- package.json
- phpcs.xml
- phpunit.xml
- psalm.xml
- README.md
- readme.txt
- screenshot-1.png
- screenshot-2.png
- tsconfig.json
- types.d.ts
- webpack.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/Automattic/blocks-everywhere
Downloads the entire project code from GitHub to your computer.
cd blocks-everywhere
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
