An open API service indexing awesome lists of open source software.

https://github.com/gitcoinco/simplegrants.xyz

Web2 Quadratic Funding platform
https://github.com/gitcoinco/simplegrants.xyz

Last synced: 11 months ago
JSON representation

Web2 Quadratic Funding platform

Awesome Lists containing this project

README

          

# SimpleGrants.xyz

### Developing

```sh
npm install
cp .env.example .env
npm run dev
```

### Testing

```sh
# Unit / Integration / Components (Vitest)
npm run test

# End-to-End (Playwright)
npm run test:e2e

# E2E codegen (launches a browser to record clicks)
npm run test:codegen
```

### Stripe Webhooks

Simulate a successful checkout

```sh
stripe listen --forward-to localhost:3000/api/stripe/webhook

stripe trigger payment_intent.succeeded
```

### Prisma Studio

```sh
npm run db:studio
```