To run the project, first install PNPM, open a terminal and run:
pnpm installThen, to start the development server:
pnpm devTo edit the flow, open src/form at floma.vercel.app
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