Skip to content

🍜 Offline-first scalable battle-tested React app template. Just add water.

License

Notifications You must be signed in to change notification settings

carina-akaia/ramen

Repository files navigation

🍜 Ramen

[ 🚧 WIP ]

Offline-first scalable battle-tested React app template. Just add water.

Architecture

Dependency graph

./dependency-graph.svg

Development

Prerequisites

Install mise version manager or make sure that it's already installed:

https://mise.jdx.dev/getting-started.html

Installing required tools and dependencies

mise trust; mise i && npm run setup

Installing shadcn/ui components

pnpm add:shadcn-ui component-name

Running development server

pnpm dev

CI/CD

Building production bundle

pnpm build

Running local preview for QA

pnpm preview