Skip to content

dot-WTF/homebase

Repository files navigation

Homebase

Homebase is the monorepo behind CWRU.WTF, a student-led collective at Case Western Reserve University for people who build bold, weird, useful things.

The spirit is simple: less talking, more shipping. Projects span hardware, software, games, art, AI, and experiments that feel a little impossible until someone builds them.

What lives here

Build system (high level)

  • Package manager: pnpm workspaces
  • Task orchestration and caching: Turborepo
  • Language/tooling: TypeScript + Prettier
  • Runtime baseline: Node.js 18+

Common commands

pnpm install
pnpm dev
pnpm build
pnpm lint
pnpm check-types

Run a single app with a filter:

pnpm dev --filter=cwru-wtf

Notes

  • Environment variables like DATABASE_URL, JWT_SECRET, and AUTH_SECRET are used by relevant apps.
  • For app-specific setup, routes, and deployment details, use each app's local README.

About

dot WTF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors