fluidex / fluidex-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend for FluiDex

Requirements

  • react
  • redux/rematch
  • sass
  • antd

Setup

  • npm install
  • git submodule update --init --recursive
  • git pull --recurse-submodules
  • npm run compilecontract
  • npm run build
  • Put the dist directory in the target folder
  • Can refer to deploy.sh
  • Deployment: PUBLIC_URL=/exchange API_PREFIX="https://fluidex.app/" npm run build
  • Deployment: PUBLIC_URL=/exchange npm run build

PUBLIC_URL=/exchange API_PREFIX="http://fluidex.app/" npm run build

About


Languages

Language:JavaScript 79.4%Language:SCSS 12.5%Language:Less 4.3%Language:CSS 2.3%Language:Shell 0.8%Language:HTML 0.5%Language:Makefile 0.2%Language:Dockerfile 0.1%