A deployable markdown editor that connects with your self hosted files and lets you edit in a beautiful interface
1{
2 "$schema": "https://ui.shadcn.com/schema.json",
3 "style": "default",
4 "rsc": false,
5 "tsx": true,
6 "tailwind": {
7 "config": "tailwind.config.mjs",
8 "css": "src/styles/globals.css",
9 "baseColor": "slate",
10 "cssVariables": true,
11 "prefix": ""
12 },
13 "aliases": {
14 "components": "src/components/ui",
15 "utils": "src/lib/utils",
16 "ui": "src/components/ui"
17 }
18}