Skip to content

Instantly share code, notes, and snippets.

@vegarringdal
Created August 14, 2016 20:05
Show Gist options
  • Select an option

  • Save vegarringdal/07e6fb3745662d6f3263b0f337810fbc to your computer and use it in GitHub Desktop.

Select an option

Save vegarringdal/07e6fb3745662d6f3263b0f337810fbc to your computer and use it in GitHub Desktop.
clean windows install electron
download node: https://nodejs.org/en/ version 6.x.x
install node
npm set progress=false
download git : https://git-scm.com/downloads
install git (with defaults)
open powershell.exe with admin access
npm install --global --production windows-build-tools npm@next
restart pc
go under my documents shift-click -> select "open command window here"
git clone https://github.com/monterey-framework/monterey
cd monterey
npm run setup
npm install gulp -g
gulp watch
selct existing project and just open the monetery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment