Use JSX as domain-specific language (DSL) for Minecraft builds. This is a proof of concept.
-
Server Setup: Use the provided
docker-compose.yml
to initiate a Minecraft server.- Address:
localhost:25565
- Address:
-
Run Code:
- With Bun:
bun app.tsx
- With Node.js:
pnpm build pnpm start
- With Bun:
Note: If not using Docker Compose, adjust RCON settings in
app.tsx
.