• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

job-hax/frontend

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

job-hax/frontend

开源软件地址:

https://github.com/job-hax/frontend

开源编程语言:

JavaScript 77.9%

开源软件介绍:

JobHax Frontend application

Alt text GitHub commit activity GitHub contributors GitHub repo size

Prerequisites

  1. Download nodejs version 10x:
    https://nodejs.org/en/download/
    
  2. Install yarn package manager for JavaScript:
    npm i -g yarn
    

Installation

  1. Clone current repository:

    git clone https://github.com/job-hax/frontend.git
    
  2. Install project dependencies via yarn:

    yarn install
    
  3. Create config/config.js in src/ if non-existant with the following contents:

    export const IS_MOCKING = {boolean};
    
    export const IS_RECAPTCHA_ENABLED = {boolean};
    
    export const googleClientId = '[TODO]';
    
    export const jobHaxClientId = '[TODO]';
    
    export const jobHaxClientSecret = '[TODO]';
    
    export const reCaptchaV3SiteKey = '[TODO]';
    
    export const googleApiKey = '[TODO]';
    
    export const googleAnalyticsId = '[TODO]';
    
    export const linkedInClientId = '[TODO]';
    
    export const linkedInClientSecret = '[TODO]';
    
    export const nonceCSP = '[TODO]'; // base64 encoded random string
    
    
  4. Run:

    a) for local development:
    	```
    	yarn dev
    	```
    b) for production build:
    	```
    	yarn build
    	```
    

    Note: Starting file: './src/index.js'




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
tonistiigi/buildkit-pack: buildkit frontend for buildpacks发布时间:2022-06-08
下一篇:
ApeSwapFinance/apeswap-frontend发布时间:2022-06-08
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap