Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 345 Bytes

unicornix-lambdas

The "Quem quer ser um Unicornix" lambdas

Getting started

  1. Install Firebase CLI: npm i -g firebase-tools
  2. Login with Firebase: firebase login
  3. Change to /functions directory and run npm install

Some commands

  • serve: npm run serve
  • deploy: npm run deploy
  • start: npm start
  • logs: npm run logs