Initial commit: Coffee Map PWA
Vue 3 + Vite PWA backed by ATProto PDS (coffee.apoena.dev). Stores coffee spots as dev.apoena.coffeespot records with name, geolocation, note, and status. Map via MapLibre + OpenFreeMap, auth via ATProto OAuth, deploy via Docker + Nginx on Coolify. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
25
uno.config.ts
Normal file
25
uno.config.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { defineConfig, presetUno, presetAttributify } from 'unocss'
|
||||
|
||||
export default defineConfig({
|
||||
presets: [
|
||||
presetUno(),
|
||||
presetAttributify(),
|
||||
],
|
||||
theme: {
|
||||
colors: {
|
||||
coffee: {
|
||||
50: '#fdf6ec',
|
||||
100: '#f9e8cc',
|
||||
200: '#f3cea0',
|
||||
300: '#ecac6a',
|
||||
400: '#e5843c',
|
||||
500: '#df661f',
|
||||
600: '#c85018',
|
||||
700: '#a63d17',
|
||||
800: '#87321a',
|
||||
900: '#6f2b19',
|
||||
950: '#3d130b',
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user