Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 441 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 441 Bytes

The Code For "Going Serverless With Firebase"

This is the code set for Going Serverless With Firebase from Big Machine. Instructions for its use are located in the download of the purchase.

To install Middleman, navigate to the 1_start_here directory and run:

bundle install --path-vendor

This will install the needed gems. You'll also need to install the Node modules using npm install.