Instructions on how to build the basic prototype using scaffold
Edit me

Installation Instructions

We use Yeoman to scaffold modern web applications. Using Yeoman, we will create a set of custom generators built for the Lab41 Gestalt Challenge.

Install Dependencies

We have written a script called install-dependencies.sh to install dependencies on your behalf. You have to specify the operating system where you will run the script. The example below is for Mac OS. Please replace “mac” to “windows” for Windows or “ubuntu” for Ubuntu.

Currently we have only implemented the script for Mac OS.

git clone https://github.com/Lab41/gestalt.git
./gestalt/scripts/mac/install-dependencies.sh

Install Gestalt Generators

cd gestalt/scaffolds/generator-gestalt

/* this makes the generator globally available */
sudo npm link
Tags: prototypes