UNPKG

506 BMarkdownView Raw
1# Simple Block
2> This project was bootstrapped with [Create Cloud Block](https://github.com/front/create-cloud-block).
3
4
5Below you will find some information on how to run scripts.
6
7## `npm start`
8- Use to compile and run the block in development mode.
9- Live reload is not supported currently.
10
11
12## `npm run build`
13- Use to build production code for your block inside `build` folder.
14
15
16## `npm run deploy`
17 - Use to publish the block to NPM
18 - It will become available in Gutenberg Cloud in a few minutes