๐Ÿ“ฆ EqualifyEverything / equalify-hub

Node Lambda API w/ Hono

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/EqualifyEverything/equalify-hub.git
HTTPS git clone https://github.com/EqualifyEverything/equalify-hub.git
SSH git clone git@github.com:EqualifyEverything/equalify-hub.git
CLI gh repo clone EqualifyEverything/equalify-hub
Christopher Aitken Christopher Aitken Saffolded initial Hono web app w/ TypeScript to browse Equalify opensource repos d25d6be 1 months ago ๐Ÿ“ History
๐Ÿ“‚ d25d6be52b09bd0814c958ff1c19449f2019c35b View all commits โ†’
๐Ÿ“ components
๐Ÿ“ pages
๐Ÿ“ routes
๐Ÿ“ styles
๐Ÿ“ types
๐Ÿ“ utils
๐Ÿ“„ .gitignore
๐Ÿ“„ app.tsx
๐Ÿ“„ index.ts
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

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

# Install dependencies
yarn install

# Build CSS
yarn build:css

# Build and deploy
yarn build