Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

51 lines (27 loc) · 1.03 KB

Cheese

Cheese app is a simple web app that lets you take a selfie and automatically places stickers on the face.

Prerequisites

Polymer CLI

Install polymer-cli:

npm install -g polymer-cli

Firebase command line tools

npm install -g firebase-tools

Setup

git clone https://github.com/polymerLabs/cheese.git
cd cheese
bower install

Setup Cloud Vision API key

Create a Cloud Platform project and API key for making calls to Cloud Vision API.

Open index.html and replace api_key with your own key.

<cheese-app api-key="api_key">

Start the development server

polymer serve

Build

polymer build

Test the build

This command serves the minified version of the app in an bundled state:

polymer serve build/bundled

Deploy to Firebase Hosting

firebase login
firebase deploy