Keep track of ICE and police locations in your city. Very much a work-in-progress and not ready yet, stay tuned I guess?
at main 17 lines 448 B view raw
1{ 2 "name": "iced-tea", 3 "description": "Fuck ICE, Fuck Nazis, Free Palestine. Track and report locations of pigs and ICE officers and help keep our community safe from fascists", 4 "version": "0.0.1", 5 "license": "AGPL-3.0-only", 6 "workspaces": [ 7 "packages/*", 8 "apps/*" 9 ], 10 "scripts": { 11 "dev": "npm run --filter '@iced-tea/*' dev", 12 "dev:web": "npm run --filter '@iced-tea/web' dev" 13 }, 14 "devDependencies": { 15 "drizzle-seed": "^0.3.1" 16 } 17}