Skip to content

radicle-co/KitchenSink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

204 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KitchenSink

A TypeScript monorepo for the Commise platform — recipe management, meal planning, and kitchen organization across web and mobile.

Prerequisites

  • Node.js >=24.0.0 (see .nvmrc)
  • npm (ships with Node)

Getting Started

# Install dependencies
npm install

# Build all packages
npm run build

# Run all tests
npm run test

# Lint all packages
npm run lint

# Type check all packages
npm run typecheck

# Format all files
npm run format

Monorepo Structure

Workspace Package Description
packages/apps/commise/web @commise/web Next.js web app
packages/apps/commise/mobile @commise/mobile Expo/React Native mobile app
packages/apps/commise/ui @commise/ui Shared UI component library
packages/tools/* @kitchensink/eslint, typescript, vitest, prettier, esbuild Shared tooling configs

Root scripts delegate to Turborepo, which runs the matching script in each workspace.

Documentation

About

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors