Skip to content

Commit ad6e5dd

Browse files
authored
Add initial configuration for streetsupport-platform-web (#36)
1 parent 997a74e commit ad6e5dd

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.codexrc.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "streetsupport-platform-web",
3+
"description": "Public-facing website for Street Support Network. Helps users find support services and allows partners to manage their listings.",
4+
"language": "TypeScript",
5+
"framework": "Next.js",
6+
"reactVersion": "18.3.1",
7+
"nextVersion": "15.3.2",
8+
"tailwind": true,
9+
"testing": {
10+
"unit": "jest",
11+
"e2e": "playwright",
12+
"mocks": ["__mocks__/leaflet.js", "__mocks__/react-leaflet.tsx"]
13+
},
14+
"ci": {
15+
"provider": "github-actions",
16+
"workflows": ["unit.yml", "e2e.yml"]
17+
},
18+
"env": {
19+
"GOOGLE_MAPS_API_KEY": "required",
20+
"NEXT_PUBLIC_ENV": "optional"
21+
},
22+
"features": {
23+
"geolocation": true,
24+
"map-view": true,
25+
"cms-integration": "in progress",
26+
"virtual-assistant": "planned"
27+
},
28+
"paths": {
29+
"components": "src/components",
30+
"data": "src/data",
31+
"pages": "src/pages",
32+
"types": "src/types"
33+
}
34+
}

0 commit comments

Comments
 (0)