Major bootstrap.

- Migrated frontend to Vue.

- Migrated frontend map to OL API.

- Extended environment variables.

- README.

- Country information/flag integration.

- Implemented generic db/repo.
This commit is contained in:
Fabio Manganiello 2025-02-22 16:31:43 +01:00
commit 5dfde74ccf
40 changed files with 7309 additions and 223 deletions
frontend

2
frontend/env.d.ts vendored Normal file
View file

@ -0,0 +1,2 @@
/// <reference types="vite/client" />
declare const __API_PATH__: string;