Skip to content

mjumbewu/elevator-pitch-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elevator Pitch Builder

This is a recreation of the Harvard Business School's Elevator Pitch Builder (which seems to no longer be available).

Installation & Usage

To push your own version to gh-pages, first fork this repo, then:

git clone git@github.com:<your-username>/elevator-pitch-builder.git
cd elevator-pitch-builder
git clone -b gh-pages git@github.com:<your-username>/elevator-pitch-builder.git build

To make and see changes locally:

npm install
bower install
grunt serve

To update your gh-pages version, first make your desired changes, then:

git add .
git commit -m "<Summary of your changes>"
git push origin master

grunt build

cd build
git add .
git commit -m "<Summary of your changes>"
git push origin gh-pages

About

A recreation of the Harvard Business School Elevator Pitch Builder app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published