MCPcopy Index your code
hub / github.com/adrienbaron/lecoindujazz

github.com/adrienbaron/lecoindujazz @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
69 symbols 197 edges 26 files 0 documented · 0% updated 14mo ago★ 33
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Welcome to React Router!

A modern, production-ready template for building full-stack React applications using React Router.

Features

  • 🚀 Server-side rendering
  • ⚡️ Hot Module Replacement (HMR)
  • 📦 Asset bundling and optimization
  • 🔄 Data loading and mutations
  • 🔒 TypeScript by default
  • 🎉 TailwindCSS for styling
  • 📖 React Router docs

Getting Started

Installation

Install the dependencies:

npm install

Development

Start the development server with HMR:

npm run dev

Your application will be available at http://localhost:5173.

Previewing the Production Build

Preview the production build locally:

npm run preview

Building for Production

Create a production build:

npm run build

Deployment

Deployment is done using the Wrangler CLI.

To build and deploy directly to production:

npm run deploy

To deploy a preview URL:

npx wrangler versions upload

You can then promote a version to production after verification or roll it out progressively.

npx wrangler versions deploy

Styling

This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.


Built with ❤️ using React Router.

Extension points exported contracts — how you extend this code

Env (Interface)
(no doc)
worker-configuration.d.ts
SeatMapProps (Interface)
(no doc)
app/components/seatMap/seatMap.tsx
SeatIdWithStatus (Interface)
(no doc)
app/services/db.service.server.ts
UnavailableSeat (Interface)
(no doc)
app/models/seatMap.ts
Props (Interface)
(no doc)
app/components/seatMap/components/seatMapSection.tsx
SeatRow (Interface)
(no doc)
app/models/seatMap.ts
Props (Interface)
(no doc)
app/components/seatMap/components/seatMapSeat.tsx
SeatSection (Interface)
(no doc)
app/models/seatMap.ts

Core symbols most depended-on inside this repo

generateRowLabel
called by 98
app/models/seatMap.ts
generateEmptySpace
called by 90
app/models/seatMap.ts
seatsDecreasing
called by 41
app/models/seatMap.ts
seatsIncreasing
called by 41
app/models/seatMap.ts
generateCorridor
called by 38
app/models/seatMap.ts
generateSeatRow
called by 19
app/models/seatMap.ts
addBisAtEnd
called by 17
app/models/seatMap.ts
addBisAtStart
called by 16
app/models/seatMap.ts

Shape

Function 60
Interface 9

Languages

TypeScript100%

Modules by API surface

app/models/seatMap.ts20 symbols
app/services/db.service.server.ts11 symbols
app/root.tsx6 symbols
app/components/icons.tsx5 symbols
app/routes/book.$showId.tsx4 symbols
app/routes/basket.tsx3 symbols
app/session.ts2 symbols
app/routes/admin.tsx2 symbols
app/models/shows.ts2 symbols
app/models/calaisTheatreSeatingPlan.ts2 symbols
app/entry.server.tsx2 symbols
app/components/seatMap/seatMap.tsx2 symbols

For agents

$ claude mcp add lecoindujazz \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page