Open Source Documentation Site for @otjs
npm packages.
├── public/
│ └── fonts/
├── src/
│ ├── components/
│ ├── config/
│ ├── content/
│ ├── hooks/
│ ├── icons/
│ ├── layouts/
│ ├── lib/
│ ├── pages/
│ ├── styles/
│ └── types/
├── astro.config.mjs
├── README.md
├── package.json
├── tailwind.config.cjs
└── tsconfig.json
- Install dependencies using pnpm:
pnpm install
- Start the development server:
pnpm run dev
Astro Template developed by miickasmt. This theme is based off of the example app Taxonomy of shadcn.
Licensed under the MIT license.