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.
# Start development server npm run dev # Start development server with auto-open browser npm run dev -- --open # Build for production npm run build # Preview production build npm run preview # Type checking and validation npm run check # Type checking in watch mode npm run check:watch # Lint and format code npm run lint # Format code npm run format
TasFieldbook - A Supabase-backed digital fieldbook for Tasmanian land surveyors.
This is a SvelteKit application using:
$props(), $state(), etc.)(auth)/ - Login/register flows(app)/ - Protected application routesprojects/[id]/ - Project-specific features (search, diary, map, photos, settings, invitations)invitations/ - Manage project and organization invitationsorganizations/ - Organization management and membership$lib/components/ - Organized by feature (auth, diary, map, photos, projects, organizations)$lib/services/ - Supabase API integrations (includes organizations, invitations, permissions, supervision)$lib/stores/ - Global state management$lib/types/ - Database and API types with organization support.env.svelte-kit/tsconfig.json automaticallyvite.config.ts