README.md in Tableberg – Simple Gutenberg Table Block 0.0.2, at README.md
| 1 | # TableBerg |
| 2 | |
| 3 | Gutenberg Block for Tables. |
| 4 | |
| 5 | ## Project Setup |
| 6 | |
| 7 | You need to have `pnpm` installed on your system: https://pnpm.io/installation |
| 8 | |
| 9 | ### Install dependencies |
| 10 | |
| 11 | `pnpm install` |
| 12 | |
| 13 | ### Run project in watch mode |
| 14 | |
| 15 | `pnpm start` |
| 16 | |
| 17 | ### Build project |
| 18 | |
| 19 | `pnpm build` |
| 20 |