Online pixel art editor for Minecraft (with support for images!)
Find a file
2025-01-11 20:38:04 +00:00
.github/workflows fix: convert id array to single string in block data 2025-01-10 21:22:55 +00:00
generator fix: convert id array to single string in block data 2025-01-10 21:22:55 +00:00
public chore: add meta tags 2025-01-02 21:24:21 +00:00
src fix: add creative property to suspicious sand/gravel 2025-01-11 20:38:04 +00:00
.gitignore fix: new generator script and refactor 2024-12-22 16:01:09 +00:00
.prettierrc refactor: rewrite and organize project 2024-12-12 22:38:53 +00:00
components.json chore: add shadcn/ui 2024-12-03 20:00:50 +00:00
eslint.config.js feat: initial commit 2024-12-03 19:53:55 +00:00
index.html fix: update html tags 2025-01-10 20:04:34 +00:00
LICENSE chore: add AGPL-3.0 license 2024-12-14 19:45:13 +00:00
package.json fix: revert 9833f8a6 (analytics) 2025-01-02 16:36:16 +00:00
pnpm-lock.yaml fix: revert 9833f8a6 (analytics) 2025-01-02 16:36:16 +00:00
postcss.config.js chore: add tailwind css 2024-12-03 19:56:57 +00:00
README.md docs: update README.md 2025-01-04 23:16:26 +00:00
tailwind.config.js fix: require is not defined in tailwind.config.js 2024-12-03 20:10:25 +00:00
tsconfig.app.json chore: add shadcn/ui 2024-12-03 20:00:50 +00:00
tsconfig.json chore: add shadcn/ui 2024-12-03 20:00:50 +00:00
tsconfig.node.json feat: initial commit 2024-12-03 19:53:55 +00:00
vercel.json fix: 404 on refresh in vercel deployment 2024-12-29 19:55:22 +00:00
vite.config.ts fix: 4761b73d - missing file from commit 2024-12-31 22:20:01 +00:00


Online pixel art editor for Minecraft (with support for images!)

Development Instructions

Blockmatic uses React, Vite, pnpm, and TypeScript. To get started in development mode, run:

$ pnpm run dev

This 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 preview

The 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.