Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 943 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 943 Bytes

webbzw

CD Deno

Preview and edit BZW files on the web.

screenshot

Supported Features

  • Real-time preview
  • Syntax highlighting temporarily 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.

Building

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

Contributing

Contributions welcome!