mkstack/stack.json

19 lines
431 B
JSON
Raw Normal View History

2025-05-05 21:15:37 -05:00
{
"name": "mkstack",
"title": "MKStack",
"description": "Build Nostr apps in minutes with this React framework",
"uri": "git+https://gitlab.com/soapbox-pub/mkstack.git",
2025-05-07 10:41:39 -05:00
"image": "https://gitlab.com/-/project/69048882/uploads/b11c5fd896cf0997e0f8d714735d9904/image.png",
2025-05-05 21:15:37 -05:00
"commands": [
"npm",
"npx"
],
"tech": [
"react",
"typescript",
"tailwind",
"shadcn-ui",
"nostrify",
"vite"
]
}