Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1001 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 1001 Bytes

Coinbase BlockLeads | Frontend

React Vite TypeScript SCSS Coinbase Pnpm


Prerequisites

  • Git
  • NodeJs
  • pnpm

Getting Started

  • Install dependencies
pnpm i
  • Fill in the environment variables in the .env file, refer to the .env.example file for the required variables.
  • Make sure configs is updated

Run Dev

pnpm run dev

Build Prod

pnpm run build