This project uses Vite, Tailwind CSS, and Radix UI.
- Clone the repository
- Install dependencies:
pnpm install
- Copy
.env.example
to.env.local
and configure as needed - Run the development server:
pnpm dev
.env.example
includes aUSE_LOCAL_DATA
variable which, when set, uses initial data fromsrc/context/data.ts
- PAPI (in
.papi
folder) was generated withpnpm papi add -w ws://localhost:9944 dev
- PAPI methods can be modified in
src/api/methods.ts