Skip to main content
Version: v1.1

Installation instructions

  1. Download the repository:

    git clone https://github.com/markolofsen/metaeditor.git

    Or you can use a development branch where the MetaEditor is not from the npm registry

    git clone -b dev https://github.com/markolofsen/metaeditor.git
  2. Open root directory and set up the environment:

    # Attention! Use the Yarn package manager to install
    yarn install
  3. Set up a streaming connection:

  1. Set up streaming:

    Attention! Please note that streaming running on the local machine does not have an ssl certificate. Therefore, when connecting, specify the host http://127.0.0.1

  1. Run the project:

    yarn dev