Skip to content

rippingyard/rippingyard.com

Repository files navigation

Ripping Yard

lifelog for living well

Firebase

Setup

$ npm install -g firebase-tools

Start

$ yarn start:emulator

http://localhost:4000/


Hosting

Setup

$ cd hosting
$ yarn install
$ cd ../functions
$ yarn install

Development

$ yarn dev
$ cd hosting
$ yarn dev
$ cd ../functions
$ yarn dev

Check

$ yarn build
$ open http://localhost:5555

Deploy

$ yarn deploy