Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a Luma event management platform clone built with React and plain CSS. The application allows users to create and manage events with various features including public/private events, ticketing, and event themes.
The project follows a React-based architecture with:
<component>.jsx - Main component file<component>.module.css - Component-specific stylesapp.jsx - Application entry point (where applicable)npm install - Install project dependenciesnpm run dev - Start development server (Vite) on port 3000npm run build - Build production versionnpm run preview - Preview production buildnpm run lint - Run ESLint for code qualitynpm test - Run Jest testsCreate a
.env file based on .env.example:
# Supabase Configuration VITE_SUPABASE_URL=https://pdtsssifvmxunygrztgb.supabase.co VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InBkdHNzc2lmdm14dW55Z3J6dGdiIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTIwMjc0MDEsImV4cCI6MjA2NzYwMzQwMX0.9Vot-XRPm1UD5hQAdCZqJ0NT0SDf_A8tGIKPFqgcX1A # Database SUPABASE_DB_PASSWORD=iYKINbkT3e9K1BSx SUPABASE_DB_URL=postgresql://postgres:[email protected]:5432/postgres
@supabase/supabase-jsproject_instructions.md - Detailed feature requirements and UI specificationschat.MD - Step-by-step instruction log for development processpackage.json - Project dependencies and scriptsvite.config.js - Vite configuration with React pluginindex.html - Entry HTML file with proper meta tags.env.example - Environment variable template