Home
Softono

Blockmatic

Open source TypeScript
13
Stars
0
Forks
0
Issues
3
Watchers
4 months
Last Commit

 About Blockmatic

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

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Blockmatic?

We provide expert installation service for this software. Our team will install, configure, and secure Blockmatic on your server. plans start at just $30.

Blockmatic

View on GitHub


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.