Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 410 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 410 Bytes

Firebase Functions on ClojureScript

This is a starter repo for writing an app in ClojureScript making use of Firebase Functions and Hosting.

From a local copy of this repo, you can deploy a "Hello, world" via these steps:

  1. yarn install
  2. Create a new Firebase project here: https://console.firebase.google.com/
  3. Attach the project you created via yarn firebase use --add
  4. yarn firebase deploy