Cryptomamy / bfx-hf-ui-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitfinex Honey Web App

Development

Run the project

git clone https://github.com/bitfinexcom/bfx-hf-ui-core.git
cd bfx-hf-ui-core
npm install
npm start

Environment

Standard Environment variables include:

name values description
CI_ENVIRONMENT_NAME staging|production Use to set config based on environment

Test production/staging build

Install serve package globally

npm install -g serve

Build and serve it

CI_ENVIRONMENT_NAME=staging npm run build
# CI_ENVIRONMENT_NAME=production npm run build
serve -p 3000 -s build

About

License:Apache License 2.0


Languages

Language:JavaScript 87.5%Language:SCSS 9.7%Language:HTML 2.5%Language:CSS 0.4%