Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

How to run hungryhub web on local

What you have to do to run hungryhub web on local:

VUE_APP_API_DOMAIN=http://localhost:3001 (this is hh_server port)
VUE_APP_SUB_WEB_DOMAIN=http://localhost:3000 (this is hh_fwb port)

(don't forget to use stagging firebase)
VUE_APP_FACEBOOK_APP_ID=913909575796864
VUE_APP_ZENDESK_KEY=24a02902-248a-47a9-b5bf-eceda7cdecd3
VUE_APP_RECAPTCHA_SITE_KEY=6Leww8UZAAAAAHCuZpKvYXddb3SLRKGKeTLGkbnw
VUE_APP_CLEVERTAP_ID=TEST-94W-R8R-955Z
VUE_APP_PUBLIC_PATH=/
  • Clone hh-fwb [git@github.com](<mailto:git@github.com>):hungryhub-team/hh-fwb.git
    1. run yarn install for first time install or you pull new version
    2. run yarn dev to run the project
VITE_APP_API_DOMAIN=https://localhost:3001/api/v5 (this is hh-server port)