Skip to content

Install Guide

bobbystacksmash edited this page Sep 2, 2018 · 1 revision

Getting Started

Installing

The Construct install process is quite straight forward:

  1. Install Git.
  2. Install Node.js and its package manager, npm.
  3. Clone the Construct repo: https://github.com/bobbystacksmash/Construct.git.
  4. cd to the cloned Construct folder – cd Construct.
  5. Run npm install.

This should be sufficient to pull down all of the necessary dependencies required to successfully run Construct. You can check your installation is working correctly by running the Construct test suite:

  • npm run test

There shouldn’t be any test failures. Please report any test failures to the Construct issue list.

Clone this wiki locally