1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26# Equalify Open Source Tool
Developer tool for the EqualifyEverything organization. Reads issues, aggregates interesting stats, and helps out with Equalify's open source development.
**Live at:** https://opensource.equalifyapp.com
## Tech Stack
- TypeScript
- Hono (web framework)
- AWS Lambda
- DynamoDB
- Tailwind CSS
## Development
```bash
# Install dependencies
yarn install
# Build CSS
yarn build:css
# Build and deploy
yarn build
```