-
Notifications
You must be signed in to change notification settings - Fork 2
Install Guide
bobbystacksmash edited this page Sep 2, 2018
·
1 revision
The Construct install process is quite straight forward:
- Install Git.
- Install Node.js and its package manager, npm.
- Clone the Construct repo:
https://github.com/bobbystacksmash/Construct.git
. -
cd
to the cloned Construct folder –cd Construct
. - 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.