Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 212 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 212 Bytes

Reduce GeoJSON

Web app to reduce the size of GeoJSON files.

Developing

  1. Install dependencies: bun install
  2. Run: bun run dev

Building

To create a production version:

bun run build