forked from wishonia/wishonia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
jacob.json
34 lines (34 loc) · 863 Bytes
/
jacob.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"language": "TypeScript",
"installCommand": "pnpm install",
"formatCommand": "",
"buildCommand": "npm run build --verbose",
"style": "Tailwind",
"iconSet": "Font Awesome",
"componentExamples": "/components/data-table.tsx",
"apiEndpointsExamples": "/app/api/vote/route.ts",
"pageExamples": "/app/wishingWells/page.tsx",
"directories": {
"components": "/components",
"pages": "/app",
"types": "/types",
"styles": "/styles",
"tailwindConfig": "/tailwind.config.js",
"staticAssets": "/public/assets"
},
"stateManagement": {
"tool": "None"
},
"testing": {
"writeTests": true,
"testFramework": "Jest"
},
"storybook": {
"writeStories": true,
"storiesLocation": "/stories"
},
"envVariables": {
"exampleFile": "/.env.example"
},
"env": "NEXT_PUBLIC_APP_URL=http://localhost:3000"
}