Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 949 Bytes

README.md

File metadata and controls

48 lines (36 loc) · 949 Bytes

Operational Transformation

Open Source Documentation Site for @otjs npm packages.

Project Structure

├── 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

  1. Install dependencies using pnpm:
pnpm install
  1. Start the development server:
pnpm run dev

Credit

Astro Template developed by miickasmt. This theme is based off of the example app Taxonomy of shadcn.

License

Licensed under the MIT license.