8000 GitHub - castilloadrian/build-tactical-llc: Build Tactical LLC Dashboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

castilloadrian/build-tactical-llc

Repository files navigation

Build Tactical LLC

Features

  • Works across the entire Next.js stack
    • App Router
    • Pages Router
    • Middleware
    • Client
    • Server
  • supabase-ssr for cookie-based auth
  • Styling with Tailwind CSS
  • Components with shadcn/ui

Quick Start

  1. Set up your environment:

    • Copy .env.example to .env.local
    • Add your Supabase project URL and anon key from your project's API settings
    • Add your EmailJS credentials for the contact form:
      NEXT_PUBLIC_EMAILJS_SERVICE_ID=your_service_id
      NEXT_PUBLIC_EMAILJS_TEMPLATE_ID=your_template_id
      NEXT_PUBLIC_EMAILJS_PUBLIC_KEY=your_public_key
      
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

Visit localhost:3000 to see your app.

About

Build Tactical LLC Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0