https://github.com/subsquid/sqd-network-app
https://github.com/subsquid/sqd-network-app
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/subsquid/sqd-network-app
- Owner: subsquid
- Created: 2024-03-27T12:21:50.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-28T09:50:13.000Z (3 months ago)
- Last Synced: 2026-02-28T14:44:25.732Z (3 months ago)
- Language: TypeScript
- Size: 4 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# SQD Network UI
## Prerequisites
- **Node.js 22**
- **pnpm 9**: `npm install -g pnpm`
## Setup
1. Copy `.env.example` to `.env` and fill in the required values
2. `pnpm install`
## Development
```bash
pnpm dev # client (port 3005) + server (port 3001)
```
## Build
```bash
pnpm build # build all packages
pnpm build:client # build client only
pnpm build:server # build server only
```
## Other commands
```bash
pnpm lint # lint all packages with Biome
pnpm tsc # type-check all packages
pnpm codegen # regenerate GraphQL + wagmi types
```