Skip to content

adokce/presenter

Repository files navigation

mukinho

This project was created with Better-T-Stack, a modern TypeScript stack that combines React, TanStack Start, Self, TRPC, and more.

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
  • Drizzle - TypeScript-first ORM
  • SQLite/Turso - Database engine
  • Authentication - Better-Auth
  • Turborepo - Optimized monorepo build system

Getting Started

First, install the dependencies:

bun install

Database Setup

This project uses SQLite with Drizzle ORM.

  1. Start the local SQLite database:
cd packages/db && bun run db:local
  1. Update your .env file in the apps/web directory with the appropriate connection details if needed.

  2. Apply the schema to your database:

bun run db:push

Then, run the development server:

bun run dev

Open http://localhost:3003 in your browser to see your fullstack application.

Project Structure

mukinho/
├── apps/
│   └── web/         # Fullstack application (React + TanStack Start)
├── packages/
│   ├── api/         # API layer / business logic
│   ├── auth/        # Authentication configuration & logic
│   └── db/          # Database schema & queries

Available Scripts

  • bun run dev: Start all applications in development mode
  • bun run build: Build all applications
  • bun run check-types: Check TypeScript types across all apps
  • bun run db:push: Push schema changes to database
  • bun run db:studio: Open database studio UI
  • cd packages/db && bun run db:local: Start the local SQLite database

About

presenter - Webinar-style pdf slides presentations powered by generated script and voice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •