Skip to content

Official Website for Operational Transformation (@otjs)

License

Notifications You must be signed in to change notification settings

otjs-docs/otjs-docs.github.io

Repository files navigation

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.