Blockmatic uses React, Vite, pnpm, and TypeScript. To get started in development mode, run:
$ pnpm run devThis will start the development server and send a link in console to Blockmatic.
To build and preview blockmatic for production, run:
$ pnpm run build
$ pnpm run previewThe first command builds the application, and the second one previews it locally.
To somewhat automatically generate data for blockmatic, please refer to the README.md in the generator folder.
