A SvelteKit application that displays world countries on an interactive map with Leaflet, using Supabase authentication.
@supabase/[email protected] - Authentication and session management[email protected] - Interactive map rendering[email protected] - PDF generationtailwindcss - Stylingsveltekit@2 - Full-stack frameworksvelte@5 - Frontend framework with runes syntaxhexa-country-mapClone the repository:
git clone <your-repo-url>
cd hexa-country-map
Install dependencies:
bun install
Create .env file in the root directory:
SUPABASE_URL=your-project-url-here
SUPABASE_ANON_KEY=your-anon-key-here
Running the Application:
bun run dev