This repository implements a friendly documentation website for Yjs full of examples and live previews. PRs are welcome!
It is built using docusaurus. If you want to make modifications, fork this repository, clone it and start the development server. The articles are written in mdx
(markdown + react components) and are located in the docs
directory.
# 1. Fork this repository. See the top-right "fork button" in GitHub.
# 2. Clone your fork
git clone https://github.com/{your-username}/yjs-website.git
# 3. Install dependencies
npm i
# 4. Start development server
npm start