Set Up the Development Environment

This document helps you setting up the developer environment. It is useful if you would like to contribute to the codebase of the engine or the website.

Quick Start

After cloning the repository run these commands from the root directory.

npm install
npm start

This will compile the development version of the code and start a web server. Now you can open http://localhost:8080 to check the result.

Source Structure

The source contains the following folders.

Scripts

Several scripts are available for building, testing and publishing.

Building

Testing

Packaging