Installation instructions
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
Open root directory and set up the environment:
# Attention! Use the Yarn package manager to install
yarn installSet up a streaming connection:
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
Run the project:
yarn dev