How to run hungryhub web on local
What you have to do to run hungryhub web on local:
- You have to install hh_server
- Clone hh-web-new-ui [
git@github.com](<mailto:git@github.com>):hungryhub-team/hh-web-new-ui.git- run
yarn installfor first time install or you pull new version - run
yarn run serveto run the project - setting up .env
- run
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- run
yarn installfor first time install or you pull new version - run
yarn devto run the project
- run
VITE_APP_API_DOMAIN=https://localhost:3001/api/v5 (this is hh-server port)