Skip to content

dmytroshch/bfx-hf-ui-core

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.4%
  • SCSS 9.7%
  • HTML 2.5%
  • CSS 0.4%