my-awsome-block
v0.0.1
Published
A custom block for Gutenberg Cloud
Downloads
3
Readme
Simple Block
This project was bootstrapped with Create Cloud Block.
Below you will find some information on how to run scripts.
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.
npm publish
- Use to publish the block to NPM
- It will become available in Gutenberg Cloud in a few minutes