/profit-editor

A website that can make own profit share image

Primary LanguageTypeScript

Profit Share Editor

A profit share image editor. Make a fake profit to share with your friends.

Support Exchanges

  • Crypto Exchanges
    • Pionex
    • Binance (Not support yet)
    • OKX (Not support yet)
    • Bybit (Not support yet)
    • Houbi (Not support yet)
    • BingX (Not support yet)
  • Forex
    • MT4 (Not support yet)
    • MT5 (Not support yet)
    • Mitrage (Not support yet)
  • Stock
    • Cathay Securities Corporation (Not support yet)
    • IBF Securities (Not support yet)
    • SinoPac Securities (Not support yet)

How to run Hot-Reloading locally?

npm

First, you have to install the necessary packages with npm.

$ npm install

Then, run the command below.

$ npm run dev

yarn

First, you have to install the necessary packages with yarn.

$ yarn

Then, run the command below.

$ yarn dev

How to build the project?

npm

First, you have to install the necessary packages with npm.

$ npm install

Then, run build tool and output to the dist/ folder.

$ npm run build

yarn

First, you have to install the necessary packages with yarn.

$ yarn

Then, run build tool and output to the dist/ folder.

$ yarn build