Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 529 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 529 Bytes

Duser Pump Interface

Running

Fill environment variables

Create .env file following .env.example schema:

  • GH_ACCESS_TOKEN is your GitHub access token (necessary for the TradingView chart library). Request an access here
  • VITE_API is the URL of the backend API
  • VITE_DUSA_API is the URL of the Dusa API (necessary for charts once the bonding curve completes)

Install dependencies

pnpm install