Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 573 Bytes

SETUP.md

File metadata and controls

19 lines (11 loc) · 573 Bytes

Setup

Requirements

  • Node.js v8.11 or greater
  • Gulp (npm install --global gulp-cli)
  • Chrome (preferred), Opera, or Firefox browser

Run the app

In the first setup, run npm install to install all dependencies.

On posterior runs, just use the command npm run build:watch

For macOS users

If for some reason your npm install failed due to node-gyp, read on.

If your Mac has been upgraded to macOS Catalina (10.15), please read this.