Skip to content
fab9 edited this page Dec 3, 2014 · 2 revisions

#How to Deploy

Here's how I've done it with previous projects (following Firebase's Docs: Deploying Your Site).

npm install -g firebase-tools
firebase init

You'll be asked to enter the name of your app's public directory.

firebase deploy
Clone this wiki locally