-
Notifications
You must be signed in to change notification settings - Fork 277
Contributors Build
Dan Marshall edited this page Jun 29, 2015
·
2 revisions
Maker.js is not a large project, so building is pretty easy.
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
Anytime you want to build, from the git shell maker.js root folder, enter:
npm run build
Thbuild will output to the target folder.