mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 14:44:51 +02:00
feat: initial scaffold — Vite + React + Tailwind + MapLibre
Minimal Idaho basemap via local PMTiles extract from Protomaps daily build (20260419). Deployed to /mnt/nav/frontend/ via rsync, served by nginx on :8440 as navi.echo6.co. Phase 3 Step 1 of Navi frontend. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c2866a885d
commit
3f2d33ffbe
11 changed files with 3475 additions and 0 deletions
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export default {
|
||||
plugins: {
|
||||
'@tailwindcss/postcss': {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue