Skip to content

Hello10/jump-example

Repository files navigation

Jump Example app

Running the apps locally

  1. Install Node 10.16.0 through NVM

  2. Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  1. Install Yarn
brew install yarn
  1. Install dependencies
yarn bootstrap
  1. Add Environment files in /env
  2. Start Functions
cd ./packages/function
LOGGER="jump*|debug" yarn start
  1. Setup www/.env* files
.env
.env.local
  1. Start www
cd ./packages/www
yarn start

Deployment

Deploy functions and www

yarn deploy

Deploy only functions

yarn deploy:functions

Deploy only www

yarn deploy:www