This guide explains how to host the 4D Activity Editor.
Install Node https://nodejs.org/en/download/, which includes npm.
Install yarn
npm install --global yarnFrom inside this folder location, install the project dependencies
yarn installThen run the development server:
yarn devOpen http://localhost:3000 with your browser to see the website.
Update next.config.js and set this option:
assetPrefix: "./";This tool is currently an early experiment and as such any issues or feedback you have please get in touch. All thoughts are greatly appreciated!