Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 853 Bytes

machine-setup.md

File metadata and controls

10 lines (8 loc) · 853 Bytes

Setting up your environment

In order to run Mayflower locally, you need to have some things installed and set up on your machine:

  1. Install PHP (v5.6.4)
  2. Install NodeJS (v6.9.4)
    • If you need a different version of NodeJS for another project, you can use a tool like N or NVM to manage multiple versions.
  3. Install GulpJS globally
    • Run npm install -g gulp-cli from your command line