Skip to content

Repository files navigation

shortpoint-theme-builder

ShortPoint Theme Builder — a SharePoint brand and theme workspace. Forked from shortpoint-notify to reuse its monorepo structure, workspace shell, and SharePoint host preview pattern.

Getting Started

bun install
bun dev:web

Open http://localhost:3001.

Available Scripts

  • bun run dev — Start all applications
  • bun run dev:web — Web only (port 3001)
  • bun run dev:server — Server only (port 3002)
  • bun run build — Build all
  • bun run check — Oxlint + Oxfmt
  • bun run check-types — TypeScript across all packages
  • bun run db:push / db:generate / db:migrate / db:studio — Drizzle workflows

Project Structure

shortpoint-theme-builder/
├── apps/
│ ├── web/ # Frontend (React + TanStack Router)
│ └── server/ # Backend (Hono)
└── packages/
├── ui/ # Shared shadcn/ui components
├── api/ # Hono routers
├── db/ # Drizzle schema
├── env/ # Env validation
└── config/ # Shared tsconfig

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages