Skip to content

vikramvi/sellia-labs

Repository files navigation

Installation

  1. Checkout the repository
    git clone -b develop https://github.com/sumeetgala840/selliafemono.git
  1. With nvm make sure node 12.0.0 is used nvm installation: https://jamesauble.medium.com/install-nvm-on-mac-with-brew-adb921fb92cc
    nvm use 12.0.0
  1. Install firebase tools 8.16.2
  1. From project root directory
    yarn

Developement

  1. From project root directory
   yarn web
  1. From project root directory
   yarn server
  1. In the browser, Sellia web app should be running on localhost:3000 (if port is not changed)
   http://localhost:3000/

Deployment

  1. Confirm web/package.json and server/package.json have same entries

  2. From project root directory,

   yarn web:build
  1. Once 1 completed, from root directory,
   yarn server:build
  1. Confirm cloud/next exists

  2. From root directory,

   yarn deploy
  1. Changes will be reflected to test URL,

    https://sellia-42377.web.app/

Firebase Helper commands

  1. Upload cloud functions changes,
   cd packages/cloud && NODE_ENV=production firebase deploy --only functions:userActivityNotificationListner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published