You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dan Marshall edited this page Jun 29, 2015
·
2 revisions
Maker.js is not a large project, so building is pretty easy.
First time setup
First you will need to clone the repo. Perhaps you would like to setup a debug environment around your cloned repo. If not, you can open a git shell and enter:
git clone https://github.com/Microsoft/maker.js.git (or the url of your fork)
Navigate to the maker.js root folder, and enter:
npm install
Build
Anytime you want to build, from the git shell maker.js root folder, enter: