Skip to content

mietencheck/app

Repository files navigation

Mietenbremse

To run the project, first install PNPM, open a terminal and run:

pnpm install

Then, to start the development server:

pnpm dev

To edit the flow, open src/form at floma.vercel.app

Updating Strassenverzeichnis

First download the db from https://github.com/mietencheck/strassenverzeichnis.

Then export it as JSON:

sqlite3 strassenverzeichnis.sqlite

sqlite> .mode json
sqlite> .once addressen-db-export.json
sqlite> SELECT * FROM addressen;
# Exit sqlite

deno run scripts/pack-addressen.ts addressen-db-export.json

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages