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
- Host: GitHub
- URL: https://github.com/gitcoinco/simplegrants.xyz
- Owner: gitcoinco
- Created: 2024-02-19T16:22:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T08:33:30.000Z (about 2 years ago)
- Last Synced: 2025-07-01T18:10:49.105Z (12 months ago)
- Language: TypeScript
- Homepage: https://simplegrants.xyz
- Size: 872 KB
- Stars: 7
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```