Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Latest commit

 

History

History

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Firechat Website

Initial Setup

To deploy the Firechat website, first make sure you have Firebase Hosting deploy privileges for the firechat Firebase project.

Also, make sure you have Jekyll and Rdiscount installed:

$ gem install jekyll rdiscount

Recurring Setup

Once you have deploy privileges and have Jekyll installed, you can deploy the Firechat website by running the following two commands from this directory:

$ jekyll build
$ firebase deploy