Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 597 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 597 Bytes

Project Name

This project uses Vite, Tailwind CSS, and Radix UI.

Setup and Running

  1. Clone the repository
  2. Install dependencies: pnpm install
  3. Copy .env.example to .env.local and configure as needed
  4. Run the development server: pnpm dev

Additional Information

  • .env.example includes a USE_LOCAL_DATA variable which, when set, uses initial data from src/context/data.ts
  • PAPI (in .papi folder) was generated with pnpm papi add -w ws://localhost:9944 dev
  • PAPI methods can be modified in src/api/methods.ts