Preview and edit BZW files on the web.
- Real-time preview
-
Syntax highlightingtemporarily removed, will be added back in the future - Drag 'n drop files
- Edit multiple maps at the same time
The list of supported map features can be found in issue #2.
Deno v1.8.3+ is required to build the application.
Build
deno run --unstable --allow-read --allow-write --allow-env build.ts
Live server with hot reloading
deno run --unstable --allow-read --allow-write --allow-net --allow-run build.ts serve
Contributions welcome!