GitHub - Brettm12345/twending: The best way to find brand new github repositories · GitHub
Skip to content

Brettm12345/twending

Repository files navigation

Twending

codecov

Twending

Twending is a new way to view trending repositories from github.

Features

  • TypeScript - For type safety and improved developer experience
  • TanStack Start - SSR framework with TanStack Router
  • TailwindCSS - Utility-first CSS for rapid UI development
  • shadcn/ui - Reusable UI components
  • tRPC - End-to-end type-safe APIs
  • Vitest - Minimal and fast testing

Getting Started

First, install the dependencies:

pnpm install

Then, run the development server:

pnpm run dev

Open http://localhost:3000 in your browser to see the web application.

Project Structure

twending/
├── apps/
│   └── web/         # Fullstack application (React + TanStack Start)
├── packages/
│   ├── api/         # API layer / business logic

Available Scripts

  • pnpm run dev: Start all applications in development mode
  • pnpm run build: Build all applications
  • pnpm run check-types: Check TypeScript types across all apps
  • pnpm run check: Lint all code
  • pnpm run fix: Fix lint errors
  • pnpm run test: Runs the test suite
  • pnpm run test:coverage: Runs the test suite with coverage metrics

About

The best way to find brand new github repositories

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors