Skip to main content
Version: Next

Getting the sources

To get the OpenDocs sources, run the following commands:

# Clone the OpenDocs 3ditor repository
git clone https://github.com/opendocs-editor/3ditor.git 3ditor
cd 3ditor
yarn install
cd ..

# Clone the OpenDocs proxy repository
git clone https://github.com/opendocs-editor/proxy.git proxy
cd proxy
yarn install
cd ..

# Clone the OpenDocs API repository
git clone https://github.com/opendocs-editor/api.git api
cd api
yarn install
cd ..