Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 813 Bytes

File metadata and controls

39 lines (24 loc) · 813 Bytes

How to Deploy Locally

This guide explains how to host the 4D Activity Editor.

Getting Started

Install Node https://nodejs.org/en/download/, which includes npm.

Install yarn

npm install --global yarn

From inside this folder location, install the project dependencies

yarn install

Then run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the website.

Running from the file system with no server

Update next.config.js and set this option:

assetPrefix: "./";

Feedback

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!