Setup your Dendron Workspace

Summary

The Dendron workspace represents the shared organizational knowledge of our organization. It is managed using Dendron

Prerequisites

  1. Accept invitation to dendronhq github org (you should get a notification on Github)
    • IMPORTANT: do this before proceeding
  2. Setup a ssh key with your github account. See instructions here

Steps

  1. Clone the Dendron workspace.
    git clone {WS_URL}
    
  2. Open up your dendron workspace
    • NOTE: we're using code CLI in this example but this will vary depending on what VSCode client you use. you can also double click on dendron.code-workspace file
    cd {workspace}
    code dendron.code-workspace
    
    • NOTE: if you are having trouble setting this up, make sure that you have a ssh key associated with your github account
  3. Wait ~30s for your workspace to initialize. Dendron is initializing your workspace and downloading company documents at this point
    • NOTE: if this fails, make sure that you've setup your ssh key

Backlinks