Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 418 Bytes

Peymate React (Frontend only)

ICP project with Frontend and II.

Deployment Steps

  1. Copy .env.sample to .env.development

    cp .env.sample .env.development
  2. Replace the parameter "VITE_BACKEND_CANISTER_ENDPOINT" in .env.development by your local backend canister url

  3. Build the project

    npm run build
  4. Make deployment

    dfx deploy