No description
https://osm.23.nu/obstbaum-wo/
- TypeScript 88.5%
- CSS 8.7%
- JavaScript 2.6%
- HTML 0.2%
| .github | ||
| e2e | ||
| src | ||
| .gitignore | ||
| .spark-initial-sha | ||
| components.json | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| PRD.md | ||
| README.md | ||
| runtime.config.json | ||
| screenshot.png | ||
| spark.json | ||
| spark.meta.json | ||
| tailwind.config.js | ||
| theme.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
Obstbaum Finder
An experimental mobile web app that finds nearby fruit trees using OpenStreetMap data.
About
This app locates the nearest fruit trees (Malus, Pyrus, Sorbus, Prunus, Cydonia, Juglans) in each cardinal direction within 25km of your location. It displays tree details, addresses, and provides navigation links.
Development
Install dependencies
npm install
Run development server
npm run dev
Build for production
npm run build
The built files will be in the dist directory and can be deployed to any subdirectory on a server.
Run tests
# Unit tests
npm test
# E2E tests
npm run test:e2e
# Generate screenshot for README
npm run test:e2e -- e2e/screenshot.spec.ts
Lint
npm run lint
License
MIT
