Skip to content

lellimecnar/source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

363 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@lellimecnar/source

Build Status License Monorepo

A pnpm + Turborepo monorepo containing web applications (Next.js), mobile applications (Expo), shared UI libraries, a card game engine, and an RFC-compliant JSONPath suite.

🚀 Quick Start

1. Clone & Install

git clone https://github.com/lellimecnar/source.git
cd source
pnpm install

2. Start Development

pnpm dev

This will start all applications and packages in development mode:

📂 Project Structure

.
├── web/                 # Next.js applications
│   ├── miller.pub       # Personal portfolio
│   └── readon.app       # Reading app web interface
├── mobile/              # Mobile applications
│   └── readon           # Expo/React Native app
├── packages/            # Shared libraries
│   ├── ui               # Web UI components (shadcn/ui)
│   ├── ui-nativewind    # Mobile UI components (NativeWind)
│   ├── utils            # Shared utilities
│   ├── jsonpath         # RFC-compliant JSONPath suite
│   └── config-*         # Shared configurations (eslint, ts, etc.)
└── packages/card-stack/ # Domain logic
    ├── core             # Card game engine
    └── deck-standard    # Standard 52-card deck

📚 Documentation

Blueprints

🛠️ Key Commands

Command Description
pnpm dev Start all apps in development mode
pnpm build Build all apps and packages
#tool:execute/runTests Run unit tests (preferred VS Code tool)
pnpm lint Lint all code
pnpm clean Remove all build artifacts and node_modules
pnpm ui ui Add a new shadcn/ui component to @lellimecnar/ui

📄 License

MIT © lellimecnar

About

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors